get_room_grid
Check room grid for a hotel to view bed setups, room dimensions, breakfast inclusion, and cancellation policies. Provide hotel ID and stay dates to retrieve these details.
Instructions
Inspect detailed room grid, bed setups, room dimensions, breakfast inclusion, and cancellation terms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rooms | No | Number of required rooms. Default: 1. | |
| adults | No | Number of adult guests. Default: 2. | |
| check_in | No | Check-in date in YYYY-MM-DD format (e.g. '2026-10-02'). | |
| children | No | Number of children. Default: 0. | |
| hotel_id | Yes | Platform hotel identifier (e.g. '63312639' for Agoda, 'the-m-seoul' for Booking.com). | |
| provider | No | Target provider ('agoda' or 'booking.com'). Default: 'agoda'. | agoda |
| check_out | No | Check-out date in YYYY-MM-DD format (e.g. '2026-10-06'). | |
| logged_in | No | True for member rates. Default: True. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||