{"files":{"SKILL.md":"---\nname: travel-recommendations-api\ndescription: \"Travel Recommendations API skill. Use when working with Travel Recommendations for reference-data. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Travel Recommendations API\nAPI version: 1.0.4\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 /reference-data/recommended-locations -- get recommended destinations\n3. Explore available endpoints below\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Reference-data\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /reference-data/recommended-locations | GET recommended destinations |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all recommended-locations?\" -> GET /reference-data/recommended-locations\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 Travel Recommendations API\n@base https://test.api.amadeus.com/v1\n@version 1.0.4\n@endpoints 1\n@toc reference-data(1)\n\n@endpoint GET /reference-data/recommended-locations\n@desc GET recommended destinations\n@required {cityCodes: str # City used by the algorythm to recommend new destination. Several cities can be specified using comma.  City codes follow [IATA standard](http://www.iata.org/publications/Pages/code-search.aspx)}\n@optional {travelerCountryCode: str=FR # Origin country of the traveler following [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code format (e.g. US), destinationCountryCodes: str # List of country the traveler want to visit, separated with comma.  Country codes follow [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code format (e.g. US)}\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"}}