get_rooms
View available room types, rates, bed configurations, and cancellation policies for specific Hilton hotels and dates to support booking decisions.
Instructions
View available room types and rates for a specific hotel and date range. Returns room names, bed types, prices, points rates, and cancellation policies.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hotelId | Yes | Hotel code or full URL from search_hotels results | |
| 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) |