get_hotel_details
Retrieve detailed hotel information including room types, rates, cancellation policies, and amenities for a specific property by providing its ID and travel dates.
Instructions
Get detailed information, room types, and rates for a specific hotel.
Use this after search_hotels to get full details for a hotel the user is interested in.
Returns room options with pricing, cancellation policies, and amenities.
Args:
hotel_id: The hotel's Vervotech property ID (returned by search_hotels).
checkin: Check-in date in YYYY-MM-DD format.
checkout: Check-out date in YYYY-MM-DD format.
num_adults: Number of adult guests. Defaults to 2.
Returns:
Detailed hotel information including rooms, rates, policies, and amenities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checkin | Yes | ||
| checkout | Yes | ||
| hotel_id | Yes | ||
| num_adults | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |