find_similar_vacation_rentals
Find vacation rentals similar to a given property. Useful for recommending alternatives when a property is unavailable or when the traveler wants to compare similar options. Pass a property_id (UUID or lilo_code) and optional limit (default 5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 5) | |
| property_id | Yes | Property UUID or lilo_code to find similar to |