{"files":{"SKILL.md":"---\nname: mtaa-api-documentation\ndescription: \"Mtaa API Documentation API skill. Use when working with Mtaa API Documentation for {country}. Covers 5 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Mtaa API Documentation\nAPI version: 1.0\n\n## Auth\nNo authentication required.\n\n## Base URL\nhttps://mtaa-api.herokuapp.com/api\n\n## Setup\n1. No auth setup needed\n2. GET /{country} -- returns all regions present in tanzania\n3. Explore available endpoints below\n\n## Endpoints\n5 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### {country}\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /{country} | Returns all regions present in Tanzania |\n| GET | /{country}/{region} | Returns all districts in region |\n| GET | /{country}/{region}/{district} | Returns all wards in a district |\n| GET | /{country}/{region}/{district}/{ward} | Returns all streets in a ward |\n| GET | /{country}/{region}/{district}/{ward}/{street} | Returns all neighborhood in a street |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Get {country} details?\" -> GET /{country}\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Error responses include status codes and descriptions in the spec\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Mtaa API Documentation\n@base https://mtaa-api.herokuapp.com/api\n@version 1.0\n@endpoints 5\n@toc {country}(5)\n\n@endpoint GET /{country}\n@desc Returns all regions present in Tanzania\n@required {country: str # Country name in lowercase eg (Tanzania)}\n@returns(200) Successful response\n\n@endpoint GET /{country}/{region}\n@desc Returns all districts in region\n@required {country: str # Country name in lowercase eg( tanzania), region: str # Name of the region eg (Mbeya)}\n@returns(200) Successful response\n@errors {404: Resource not Found}\n\n@endpoint GET /{country}/{region}/{district}\n@desc Returns all wards in a district\n@required {country: str # Country name in lowercase eg( tanzania), region: str # Name of the region eg (Mbeya), district: str # Name of the District eg (Rungwe)}\n@returns(200) Successful response\n@errors {404: Resource not Found}\n\n@endpoint GET /{country}/{region}/{district}/{ward}\n@desc Returns all streets in a ward\n@required {country: str # Country name in lowercase eg( tanzania), region: str # Name of the region eg (Mbeya), district: str # Name of the District eg (Rungwe), ward: str # Name of the Ward eg (Kiwira)}\n@returns(200) Successful response\n@errors {404: Resource not Found}\n\n@endpoint GET /{country}/{region}/{district}/{ward}/{street}\n@desc Returns all neighborhood in a street\n@required {country: str # Country name in lowercase eg( tanzania), region: str # Name of the region eg (Mbeya), district: str # Name of the District eg (Rungwe), ward: str # Name of the Ward eg (Kiwira), street: str # Name of the Street eg (Ilundo)}\n@returns(200) Successful response\n@errors {404: Resource not Found}\n\n@end\n"}}