{"files":{"SKILL.md":"---\nname: hotel-name-autocomplete\ndescription: \"Hotel Name Autocomplete API skill. Use when working with Hotel Name Autocomplete for reference-data. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Hotel Name Autocomplete\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 /reference-data/locations/hotel -- returns a list of hotels matching a given keyword.\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/locations/hotel | Returns a list of hotels matching a given keyword. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all hotel?\" -> GET /reference-data/locations/hotel\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 Hotel Name Autocomplete\n@base https://test.api.amadeus.com/v1\n@version 1.0.3\n@endpoints 1\n@toc reference-data(1)\n\n@endpoint GET /reference-data/locations/hotel\n@desc Returns a list of hotels matching a given keyword.\n@required {keyword: any # Location query keyword, subType: any # Category of search - To enter several values, repeat the query parameter   Use HOTEL_LEISURE to target aggregators or HOTEL_GDS to target directly the chains}\n@optional {countryCode: any # The country in which you search the subType. Country Code in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format, lang: any # The language in which you want the results in following [ISO 639-1](https://fr.wikipedia.org/wiki/Liste_des_codes_ISO_639-1).   If the language entered is not available then the results will be shown in the default language, English., max: any # The number of results requested from 1 to 20}\n@returns(200) Successful Search Operation\n@errors {400: code    | title                                  ------- | -------------------------------------  477     | NOT FOUND  1797    | INVALID FORMAT 572     | INVALID LENGTH 32171   | MANDATORY DATA MISSING, 500: Unexpected Error}\n\n@end\n"}}