Price for a specific hotel (live cache)
charter_hotelCached price(s) for ONE hotel named by the user (e.g. "Granada Luxury Belek") — searches the full price cache (hundreds of hotels). ALWAYS pass the date and the party the user gave: the per-date cache is read for that EXACT party first (party_match=true = real total for that family), then the 2-adult file (party_match=false = reference price). exact_date_matches = real cached prices for the requested date; other_cached_offers belong to their OWN dates (availability_status=reference_other_date). When nothing is cached for the requested date, say so and give hotel_page (it prices any date live). Do NOT call this tool repeatedly to browse — use charter_offers (filters) or compare_hotels (2-6 named hotels) instead. For amenities use hotel_details. CACHED prices (from recent real searches on flytravel.al — not a live query; every row carries cached_at/age_minutes). Charter prices are PACKAGE TOTALS in EUR for the row's "party" (flight + hotel + transfers), NOT per person. party_match=false means the price is the 2-adult reference, not the total for the requested party — say so. A price belongs ONLY to its own "date": never present it as the price of another date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Desired departure date, format YYYY-MM-DD — exact-date cache is checked and the date is baked into the links. | |
| hotel | Yes | Hotel name, or part of it. | |
| adults | No | Number of adults (default 2). | |
| nights | No | Trip length in nights. Omit for the standard charter length (6 nights / 7 days). Most departures also sell 3-10 nights. | |
| destination | No | Optional destination key ('antalya', 'bodrum') to narrow the search. | |
| children_ages | No | Age of each child AT DEPARTURE (0-14 = child; 15+ is counted as an adult automatically). |