travel_get_quote
Get a price quote for a hotel stay. Provide hotel ID and check-in/out dates to receive total cost in currency. Use before booking to confirm the price.
Instructions
Get a price quote for a specific hotel and date range. Returns the total amount in currency for the stay. Use the hotelId from travel_search_hotels. Present the quote to the user before proceeding to travel_book_hotel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guests | No | Number of guests (default 1). | |
| checkIn | Yes | Check-in date (YYYY-MM-DD). | |
| hotelId | Yes | Hotel ID from travel_search_hotels. | |
| checkOut | Yes | Check-out date (YYYY-MM-DD). |