amadeus_hotel_list
Search for hotels in a city by IATA code. Filter results by star rating, amenities, and hotel name to find suitable accommodation.
Instructions
Search for hotels in a specific city. Retrieves a list of hotels based on location and optional filters including amenities, star rating, and hotel name. This is useful for getting an overview of accommodation options in a destination. Always use valid IATA 3-letter city codes (e.g., 'PAR' for Paris, 'NYC' for New York, 'LON' for London, 'SFO' for San Francisco, 'LAX' for Los Angeles).
Examples:
amadeus_hotel_list({"cityCode": "PAR"})
amadeus_hotel_list({"cityCode": "NYC", "ratings": [4, 5]})
amadeus_hotel_list({"cityCode": "LON", "amenities": ["SWIMMING_POOL", "WIFI"]})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cityCode | Yes | IATA city code (e.g., 'PAR' for Paris, 'NYC' for New York, 'LON' for London, 'SFO' for San Francisco, 'LAX' for Los Angeles). Must be a valid 3-letter IATA city code. | |
| radius | No | Radius around the coordinates in KM (max 100) | |
| radiusUnit | No | Radius unit (KM only) | KM |
| amenities | No | Filter by amenities (e.g., SWIMMING_POOL, WIFI) | |
| ratings | No | Filter by star ratings (1-5) | |
| hotelName | No | Filter by hotel name |