get_similar_hotels
Find hotels similar to a given hotel. Use this for branching exploration after a search (e.g. user likes the Park Hyatt Tokyo but wants a cheaper alternative — find similar properties). Returns properties matched by location and amenities, with current rates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checkin | Yes | Check-in date in YYYY-MM-DD format. | |
| checkout | Yes | Check-out date in YYYY-MM-DD format. | |
| hotel_id | Yes | The seed hotel's Vervotech property ID. | |
| num_adults | No | Number of adult guests. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |