{"files":{"SKILL.md":"---\nname: tours-and-activities\ndescription: \"Tours and Activities API skill. Use when working with Tours and Activities for shopping. Covers 3 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Tours and Activities\nAPI version: 1.0.2\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 /shopping/activities -- returns activities around a given location\n3. Explore available endpoints below\n\n## Endpoints\n3 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Shopping\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /shopping/activities | Returns Activities around a given location |\n| GET | /shopping/activities/by-square | Returns Activities around a given location |\n| GET | /shopping/activities/{activityId} | Retrieve one activity by its id |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all activities?\" -> GET /shopping/activities\n- \"List all by-square?\" -> GET /shopping/activities/by-square\n- \"Get activity details?\" -> GET /shopping/activities/{activityId}\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 Tours and Activities\n@base https://test.api.amadeus.com/v1\n@version 1.0.2\n@endpoints 3\n@toc shopping(3)\n\n@endpoint GET /shopping/activities\n@desc Returns Activities around a given location\n@required {latitude: any # Latitude (decimal coordinates), longitude: any # Longitude (decimal coordinates)}\n@optional {radius: any # radius of the search in Kilometer. Can be from 0 to 20, default value is 1 Km.}\n@returns(200) Successful Operation\n@errors {400: Code   | Title -------|---------------- 477    | INVALID FORMAT 572    | INVALID OPTION 4926   | INVALID DATA RECEIVED 32171  | MANDATORY DATA MISSING}\n\n@endpoint GET /shopping/activities/by-square\n@desc Returns Activities around a given location\n@required {north: any # Latitude north of bounding box (decimal coordinates), west: any # Longitude west of bounding box (decimal coordinates), south: any # Latitude south of bounding box (decimal coordinates), east: any # Longitude east of bounding box (decimal coordinates)}\n@returns(200) Successful Operation\n@errors {400: Code   | Title -------|---------------- 477    | INVALID FORMAT 572    | INVALID OPTION 4926   | INVALID DATA RECEIVED 32171  | MANDATORY DATA MISSING}\n\n@endpoint GET /shopping/activities/{activityId}\n@desc Retrieve one activity by its id\n@returns(200) Successful Operation\n@errors {400: Code   | Title -------|---------------- 572    | INVALID OPTION, 404: Not Found}\n\n@end\n"}}