select_room
Select a room type to initiate the hotel booking process, specifying dates, guests, and room preferences for reservation completion.
Instructions
Select a specific room type to proceed to booking. Initiates the booking flow for the chosen room.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hotelId | Yes | Hotel code or full URL from search_hotels results | |
| roomId | No | Room ID from get_rooms results, or leave empty to select first available room | |
| checkIn | Yes | Check-in date in YYYY-MM-DD format | |
| checkOut | Yes | Check-out date in YYYY-MM-DD format | |
| adults | No | Number of adults per room (default: 2) | |
| rooms | No | Number of rooms (default: 1) |