Get live availability and price quote
get_quoteCheck real-time availability and get a firm price quote for a property, dates, and occupancy. Returns ONE best-available room with the exact all-in total (matching tellandgo.com) and cancellation policy. meal_plan is included only when the supplier provides it; rate_plan_requested/rate_plan_matched echo the rate plan filter when supplied. Also returns a booking_url for direct checkout. quote_id is valid for a limited time (see expires_at). Call prebook_stay before start_booking. This quote and prebook_stay are the only authoritative price sources — never estimate or state a price from search_stays or get_stay_details listing data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adults | Yes | Number of adult guests (minimum: 1) | |
| check_in | Yes | Check-in date (YYYY-MM-DD) | |
| check_out | Yes | Check-out date (YYYY-MM-DD) | |
| rate_plan | No | Preferred rate plan name, e.g. 'Best Available', 'All Inclusive'. Omit to return all available rates. | |
| residency | Yes | Required uppercase ISO 3166-1 alpha-2 guest residency code for supplier pricing, e.g. 'GB'. Ask the traveler; never guess or default it. | |
| journey_id | No | Continuity handle returned as journey_id in previous Tell & Go tool results. Always pass the most recent journey_id you have received in this conversation. | |
| property_id | Yes | Property id or slug exactly as returned by search_stays or get_stay_details — never guessed | |
| children_ages | No | Ages of child guests. Maximum 10 children. |