get_property_details
Retrieve a hotel's full overview, address, star rating, amenities, and room rate options using its ID.
Instructions
Get full property overview, address, star classification, amenities, and room rate options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rooms | No | Number of rooms. Default: 1. | |
| adults | No | Number of adult guests. Default: 2. | |
| check_in | No | Optional check-in date (YYYY-MM-DD). | |
| children | No | Number of children. Default: 0. | |
| hotel_id | Yes | Platform-specific hotel identifier (e.g. '63312639' for Agoda, 'the-m-seoul' for Booking.com, or Hotels.com property ID). | |
| provider | No | Target provider ('agoda', 'booking.com', or 'hotels.com'). Default: 'agoda'. | agoda |
| check_out | No | Optional check-out date (YYYY-MM-DD). | |
| logged_in | No | True to use member session cookies. Default: True. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||