{"files":{"SKILL.md":"---\nname: location-score\ndescription: \"Location Score API skill. Use when working with Location Score for location. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Location Score\nAPI version: 1.0.3\n\n## Auth\nNo authentication required.\n\n## Base URL\nhttps://test.api.amadeus.com/v1\n\n## Setup\n1. No auth setup needed\n2. GET /location/analytics/category-rated-areas -- verify access\n\n## Endpoints\n\n1 endpoints across 1 groups. See references/api-spec.lap for full details.\n\n### location\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /location/analytics/category-rated-areas | GET category rated areas |\n\n## Common Questions\n\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all category-rated-areas?\" -> GET /location/analytics/category-rated-areas\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n\n## CLI\n\n```bash\n# Update this spec to the latest version\nnpx @lap-platform/lapsh get location-score -o references/api-spec.lap\n\n# Search for related APIs\nnpx @lap-platform/lapsh search location-score\n```\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 Location Score\n@base https://test.api.amadeus.com/v1\n@version 1.0.3\n@endpoints 1\n@toc location(1)\n\n@endpoint GET /location/analytics/category-rated-areas\n@desc GET category rated areas\n@required {latitude: num # Latitude in decimal coordinates, longitude: num # Longitude in decimal coordinates}\n@returns(200) Successful Reply\n@errors {400: code    | title                                  ------- | -------------------------------------  477     | INVALID FORMAT 572     | INVALID OPTION                             32171   | MANDATORY DATA MISSING, 500: Internal Server Error}\n\n@end\n"}}