{"files":{"SKILL.md":"---\nname: hotel-ratings\ndescription: \"Hotel Ratings API skill. Use when working with Hotel Ratings for e-reputation. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Hotel Ratings\nAPI version: 1.0.2\n\n## Auth\nNo authentication required.\n\n## Base URL\nhttps://test.api.amadeus.com/v2\n\n## Setup\n1. No auth setup needed\n2. GET /e-reputation/hotel-sentiments -- get sentiments by amadeus hotel ids\n3. Explore available endpoints below\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### E-reputation\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /e-reputation/hotel-sentiments | Get sentiments by Amadeus Hotel Ids |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all hotel-sentiments?\" -> GET /e-reputation/hotel-sentiments\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 Ratings\n@base https://test.api.amadeus.com/v2\n@version 1.0.2\n@endpoints 1\n@toc e-reputation(1)\n\n@endpoint GET /e-reputation/hotel-sentiments\n@desc Get sentiments by Amadeus Hotel Ids\n@required {hotelIds: any # Comma-separated list of Amadeus Hotel Ids (max. 3) . Amadeus Hotel Ids are found in the Hotel Search response (parameter name is 'hotelId').}\n@returns(200) Successful operation\n@errors {400: Not Found, 401: Unauthorized}\n\n@end\n"}}