get_hotels
Retrieve hotels for a destination by specifying check-in and check-out dates, number of adults, and currency preference.
Instructions
Get hotels for a specific destination. After showing results, ALWAYS call get_hotel_details for hotels the user is interested in to provide booking links and detailed information.
Args: destination_id: The destination ID (city_ufi from search_destinations) checkin_date: Check-in date in YYYY-MM-DD format checkout_date: Check-out date in YYYY-MM-DD format adults: Number of adults (default: 2) currency_code: Currency code for prices (default: KRW). Examples: KRW, EUR, USD
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| destination_id | Yes | ||
| checkin_date | Yes | ||
| checkout_date | Yes | ||
| adults | No | ||
| currency_code | No | KRW |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |