hemmabo_booking_negotiate
Lock in a binding price quote for 15 minutes to guarantee the quoted rate during checkout, preventing price changes based on real-time calculations.
Instructions
Create a binding price quote that locks the price for 15 minutes. Use this tool before hemmabo_booking_checkout to guarantee the quoted price during payment. Do NOT skip this step if the user wants price certainty — without a quoteId, checkout calculates a fresh price that may differ. Returns quoteId (pass to hemmabo_booking_checkout), public and federation totals, per-night breakdown, and expiry timestamp.
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. |