get_similar_hotels
Returns a list of hotels similar to a specified property, including rates and ratings, based on check-in/out dates and number of guests. Helps users compare alternatives.
Instructions
Find hotels similar to one the user is looking at.
Use this when a user wants alternatives, comparisons, or asks "show me hotels like this one."
Args:
hotel_id: The hotel's Vervotech property ID (from search results).
checkin: Check-in date in YYYY-MM-DD format.
checkout: Check-out date in YYYY-MM-DD format.
num_adults: Number of adult guests (default: 2).
Returns:
List of similar hotels with rates and ratings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checkin | Yes | ||
| checkout | Yes | ||
| hotel_id | Yes | ||
| num_adults | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |