hemmabo_search_similar
Find vacation rental alternatives to a selected property for specific dates. Returns similar available properties in the same region with live pricing and capacity matching.
Instructions
Find vacation rental properties similar to a given property on specific dates. Use this tool after the user has selected a property (via hemmabo_search_properties) and wants to see alternatives — same region, same property type, same or larger capacity. Do NOT use for the initial search; use hemmabo_search_properties instead. Returns a list of similar available properties with live pricing, excluding the source property.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| propertyId | Yes | UUID of the source property to find alternatives for. | |
| checkIn | Yes | Arrival date in ISO 8601 format (YYYY-MM-DD). Must be today or later. | |
| checkOut | Yes | Departure date in ISO 8601 format (YYYY-MM-DD). Must be after checkIn. | |
| guests | No | Number of guests. Defaults to source property's max_guests. | |
| limit | No | Max results. Default 5, max 20. |