get_room_options
Retrieve available room types, rates, and cancellation policies for a specific hotel and dates. Includes bed types and Bonvoy point redemption options.
Instructions
View available room types and rates for a specific hotel and date range. Returns room names, bed types, prices, cancellation policies, and Bonvoy point rates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adults | No | Number of adults (default: 1) | |
| checkIn | Yes | Check-in date in YYYY-MM-DD format | |
| hotelId | Yes | Hotel property code (e.g., 'NYCMQ') from search_hotels results | |
| checkOut | Yes | Check-out date in YYYY-MM-DD format | |
| children | No | Number of children (default: 0) | |
| usePoints | No | Show points-redemption rates (default: false) |