hemmabo_search_properties
Search vacation rental properties by location and travel dates. Get property IDs, live pricing, and capacity to start booking.
Instructions
Search available vacation rental properties by location and travel dates. Use this tool when the user wants to find or browse properties — it is the entry point for all booking flows. Do NOT use if the user already has a specific propertyId; use hemmabo_search_availability or hemmabo_booking_quote instead. Returns a list of available properties with propertyId, live pricing (public and federation rates), and capacity info needed for subsequent tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Region, area, or destination name to search within. Partial match (e.g. 'Skane', 'Toscana', 'Bavaria'). At least one of region or country should be provided. | |
| country | No | Country name to filter by (e.g. 'Sweden', 'Italy'). Partial match. At least one of region or country should be provided. | |
| guests | Yes | Total number of guests as integer >= 1 (e.g. 4). Determines price tier and filters out properties with insufficient capacity. | |
| checkIn | Yes | Arrival date in ISO 8601 format (YYYY-MM-DD, e.g. '2026-07-15'). Must be today or later. | |
| checkOut | Yes | Departure date in ISO 8601 format (YYYY-MM-DD, e.g. '2026-07-22'). Must be after checkIn. |