hemmabo_booking_quote
Retrieve a detailed pricing quote for a vacation rental property, including website rate, direct booking discount, and per-night breakdown. Use after confirming availability to show exact pricing before booking.
Instructions
Get a detailed pricing quote for a specific property, dates, and guest count. Use this tool after confirming availability to show the user exact pricing before booking. Do NOT use before checking availability — the quote may be invalid if dates are unavailable. Returns publicTotal (website rate), federationTotal (direct booking discount), gapTotal (gap-night discount if applicable), per-night breakdown, and package pricing. All prices are integers in the property's local currency (e.g. SEK).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| propertyId | Yes | Property UUID from hemmabo_search_properties (e.g. '550e8400-e29b-41d4-a716-446655440000'). | |
| 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. | |
| guests | Yes | Total number of guests as integer >= 1 (e.g. 4). Determines which price tier is applied (staircase pricing by guest count). |