Organized tour details (dates, program, price)
tour_detailsFull cached details for ONE organized group tour: the COMPLETE departure-date calendar, the day-by-day program as text, duration, transport, and the per-person price. Match by tour (part of the name/cities, e.g. "Stamboll", "Milano Como") or exact tour_id from tours_list. Pass date + the party when the user has them: when that departure's group price is warm in cache you get the EXACT group total (price_status=cached_for_date); otherwise price_from is the PER PERSON price of the NEAREST departure (price_status=list_from) — every departure date has its OWN price, never quote one date's price for another; tour_page prices any date live. Answer date questions ONLY from departure_dates — it is the complete current calendar. Seats/availability are confirmed by staff. Cache/DB read, no live call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Desired departure date, YYYY-MM-DD — checked against the calendar and baked into tour_page. | |
| tour | No | Tour name or city, or part of it (e.g. "Stamboll", "Dubai"). | |
| adults | No | Number of adults (default 2). | |
| tour_id | No | Exact tour id from tours_list (preferred when known). | |
| children_ages | No | Age of each child, 0-11 (TOURS price 12+ as adults — a DIFFERENT bracket than charter packages). |