amadeus_hotel_search
Search for hotel offers by city, dates, and guest count. Returns available rooms with pricing, board types, and cancellation policies.
Instructions
Search for hotel offers (available rooms with pricing) based on location, dates, guests, and other criteria. This tool provides detailed pricing and availability information for specific stay dates, including room types, board options, and cancellation policies. 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_search({"cityCode": "PAR", "checkInDate": "2025-04-01", "checkOutDate": "2025-04-05", "adults": 2})
amadeus_hotel_search({"cityCode": "NYC", "checkInDate": "2025-04-10", "checkOutDate": "2025-04-15", "adults": 2, "currency": "USD"})
amadeus_hotel_search({"cityCode": "LON", "checkInDate": "2025-05-01", "checkOutDate": "2025-05-07", "adults": 1, "roomQuantity": 1, "priceRange": "100-300"})
amadeus_hotel_search({"cityCode": "SFO", "checkInDate": "2025-06-15", "checkOutDate": "2025-06-20", "hotelName": "Grand Hyatt", "boardType": "BREAKFAST"})
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. | |
| checkInDate | Yes | Check-in date in YYYY-MM-DD format | |
| checkOutDate | Yes | Check-out date in YYYY-MM-DD format | |
| adults | No | Number of adult guests | |
| roomQuantity | No | Number of rooms | |
| priceRange | No | Price range (e.g., '100-200' for prices between 100 and 200) | |
| currency | No | Currency code (e.g., USD, EUR) | USD |
| boardType | No | Board type (e.g., ROOM_ONLY, BREAKFAST, HALF_BOARD, FULL_BOARD, ALL_INCLUSIVE) | |
| includeClosed | No | Include closed properties | |
| bestRateOnly | No | Return only best available rate | |
| lang | No | Preferred language for hotel descriptions | EN |
| paymentPolicy | No | Filter by payment policy type | NONE |
| hotelName | No | Filter by hotel name |