travel_search_hotels
Search available hotels by destination and dates, returning hotel IDs, names, locations, ratings, and nightly prices to compare options and request exact quotes.
Instructions
Search for available hotels at a destination for a given date range. Returns a list of hotels with IDs, names, locations, ratings, and nightly prices. Use the returned hotelId with travel_get_quote to get an exact booking price. In mock mode (default) returns deterministic fixture hotels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guests | No | Number of guests (default 1). | |
| checkIn | Yes | Check-in date (YYYY-MM-DD). | |
| checkOut | Yes | Check-out date (YYYY-MM-DD). | |
| destination | Yes | City, region, or address. |