search-hotels
Find available hotels by location coordinates and booking details. Retrieve key hotel information, including name, address, star rating, price range, and room types. Use session_id for additional results beyond the initial 50.
Instructions
Search for available hotels based on location coordinates and booking requirements. This tool returns a paginated list of hotels with their key details including name, address, star rating, price range, and available room types. Each hotel includes summary information about amenities and available rates.
The results are limited to 50 hotels per request. If more results are available, you can retrieve them using the load-more-hotels tool with the returned session_id.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
adults | No | Number of adults | |
check_in_date | No | Check-in date (YYYY-MM-DD) | 2025-06-25 |
check_out_date | No | Check-out date (YYYY-MM-DD) | 2025-06-26 |
children | No | Number of children | |
facilities | No | Facility IDs to filter hotels by, the IDs can be inferred with facilities resource. | |
latitude | Yes | Latitude of the location | |
longitude | Yes | Longitude of the location | |
name | No | Optional location name or hotel name. | |
search_context | No | A summary of the search context which will be used by the server to better make the recommendation |