{"tools":[{"name":"search_experiences","schemaVersion":"https://mcp.tickadoo.com/schemas/experience_search/1.0","capabilities":["read","cards","cards-output-schema","aliasable-ids"],"description":"Use this when the user names a city plus a category, query, or filter set and wants a ranked list of bookable experiences. `query` matches on experience NAME (and venue), so it suits a title or keyword (\"Lion King\", \"river cruise\"); for mood or theme use search_by_mood, and for a free-text \"what should I do\" ask use recommend_experiences. When a query matches no name, results are the city top-picks flagged match_type \"fallback_city_ranked\" (reason_codes include \"fallback_no_text_match\") rather than a genuine match, so treat those as suggestions, not the thing asked for. Returns products each with a stable product_id, plus name, slug, city, category, price, rating, review count, and tags. To show the results as visual cards, pass the product_id values from these results into render_experience_cards (experience_ids). Pair with get_experience_details for richer fields.","inputSchema":{"type":"object","properties":{"city":{"type":"string","description":"City slug, e.g., \"london\", \"new-york\", \"paris\"."},"query":{"type":"string","description":"Free-text query matched against experience name and venue (not description). Split into words that must all match, so it suits a title or keyword; a query that matches no name returns city top-picks flagged match_type \"fallback_city_ranked\"."},"category":{"type":"string","description":"Category slug, e.g., \"theatre\", \"tours\", \"museums\", \"attractions\"."},"tags":{"type":"array","items":{"type":"string"},"description":"Filter by experience tags. Multiple tags are AND-combined (every tag must match) so adding more tags narrows the result set. Use lowercase singular forms; matching is substring-based against the tag array. The canonical tag taxonomy in the catalogue, ordered by frequency, is: 'tour', 'attraction', 'historical', 'outdoor', 'museum', 'family', 'landmark', 'adventure', 'show', 'indoor', 'food & drink', 'transport', 'theatre', 'concert', 'theme park', 'cruise', 'nightlife', 'comedy', 'musical', 'city pass', 'sport', 'dance', 'aquarium', 'zoo', 'gallery', 'opera', 'wellness', 'water park', 'workshop', 'religious', 'festival'. Examples: ['museum'] for museums; ['family','indoor'] for indoor family attractions; ['outdoor','adventure'] for outdoor adventure activities. Other free-form values may match by substring but are not guaranteed."},"indoor_outdoor":{"type":"string","enum":["indoor","outdoor","either"],"description":"Setting filter. 'indoor' / 'outdoor' resolve via the products.tags column (~2,100 indoor and ~5,000 outdoor products are tagged in the catalogue). 'either' applies no filter."},"min_review_count":{"type":"integer","minimum":0,"description":"Minimum number of customer reviews. Use to filter out new or sparsely-reviewed products."},"min_rating":{"type":"number","minimum":0,"maximum":5,"description":"Minimum aggregate rating on a 0-5 scale."},"restrict_to_top_rated":{"type":"boolean","description":"DESTRUCTIVE FILTER. When true, hard-restricts results to products with rating >= 4.5 AND review_count >= 100. This is a WHERE clause, not a sort hint. Anything failing the floor is dropped from the result set entirely. Use only when the caller genuinely wants to exclude lower-rated or lesser-reviewed products. For ranking-by-popularity without exclusion, do not set this; results are already ordered by rating and review count."},"popular_only":{"type":"boolean","description":"DEPRECATED: use restrict_to_top_rated. Alias for the destructive top-rated filter (rating >= 4.5 AND review_count >= 100). The name implies a sort hint but it is a hard WHERE clause. Existing callers continue to work unchanged.","deprecated":true},"max_price":{"type":"number","minimum":0,"description":"Maximum price per person in the listed currency. A positive value applies a cap; 0 (or unset) means no price cap (unbounded)."},"limit":{"type":"integer","minimum":1,"maximum":50,"default":10,"description":"Number of results to return (1-50). Default 10."},"language":{"type":"string","description":"BCP-47 language code for human-readable fields (e.g., 'en', 'fr-FR'). Defaults to English when omitted."},"format":{"type":"string","enum":["json","text"],"default":"json","description":"Response shape. 'json' returns structured records; 'text' returns the same content rendered as a short narrative paragraph for chat surfaces."}}},"annotations":{"title":"Search experiences","readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"search_local_experiences","schemaVersion":"https://mcp.tickadoo.com/schemas/experience_search_local/1.0","capabilities":["read","cards","aliasable-ids"],"description":"Use this when the user mentions a place, neighbourhood, landmark, or area but does not give exact coordinates. Examples: 'near the Louvre', 'in Trastevere', 'around Times Square', \"walking distance from St Paul's Cathedral\". Returns experiences matched first by exact venue/neighbourhood, then by city centre fallback. Do not use for general city-wide search; use search_experiences for that.","inputSchema":{"type":"object","properties":{"place_hint":{"type":"string","description":"Free-text place reference: a landmark, neighbourhood, monument, station, or street name. E.g. 'Louvre Museum', 'Trastevere', 'Soho', 'Times Square'. Required."},"city":{"type":"string","description":"City slug or name to disambiguate. Recommended for any place_hint that could exist in multiple cities."},"neighbourhood":{"type":"string","description":"Optional: a known neighbourhood within the city to narrow results."},"radius_hint":{"type":"string","enum":["walking","short_drive","city_wide"],"description":"Optional: how broadly to interpret the place_hint. 'walking' is ~1km, 'short_drive' is ~5km, 'city_wide' falls back to the whole city. Default 'walking'."},"tags":{"type":"array","items":{"type":"string"},"description":"Filter by experience tags. Multiple tags are AND-combined (every tag must match) so adding more tags narrows the result set. Use lowercase singular forms; matching is substring-based against the tag array. The canonical tag taxonomy in the catalogue, ordered by frequency, is: 'tour', 'attraction', 'historical', 'outdoor', 'museum', 'family', 'landmark', 'adventure', 'show', 'indoor', 'food & drink', 'transport', 'theatre', 'concert', 'theme park', 'cruise', 'nightlife', 'comedy', 'musical', 'city pass', 'sport', 'dance', 'aquarium', 'zoo', 'gallery', 'opera', 'wellness', 'water park', 'workshop', 'religious', 'festival'. Examples: ['museum'] for museums; ['family','indoor'] for indoor family attractions; ['outdoor','adventure'] for outdoor adventure activities. Other free-form values may match by substring but are not guaranteed."},"date_from":{"type":"string","format":"date"},"date_to":{"type":"string","format":"date"},"limit":{"type":"integer","minimum":1,"maximum":50,"default":10},"language":{"type":"string","description":"BCP-47 language code for human-readable fields (e.g., 'en', 'fr-FR'). Defaults to English when omitted."},"format":{"type":"string","enum":["json","text"],"default":"json","description":"Response shape. 'json' returns structured records; 'text' returns the same content rendered as a short narrative paragraph for chat surfaces."}},"required":["place_hint"]},"annotations":{"title":"Search local experiences","readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"find_nearby_experiences","schemaVersion":"https://mcp.tickadoo.com/schemas/experience_search/1.0","capabilities":["read","geo","aliasable-ids"],"description":"Use this when the client already holds exact latitude and longitude coordinates and wants experiences near that point. When only a place name, landmark, or neighbourhood is known, use search_local_experiences, which accepts coarse place hints and needs no coordinates.","inputSchema":{"type":"object","properties":{"latitude":{"type":"number","description":"Latitude coordinate."},"longitude":{"type":"number","description":"Longitude coordinate."},"radius_km":{"type":"number","minimum":0.1,"maximum":50,"default":5,"description":"Search radius in kilometres."},"category":{"type":"string","description":"Optional category slug."},"limit":{"type":"integer","minimum":1,"maximum":50,"default":10},"language":{"type":"string","description":"BCP-47 language code for human-readable fields (e.g., 'en', 'fr-FR'). Defaults to English when omitted."},"format":{"type":"string","enum":["json","text"],"default":"json","description":"Response shape. 'json' returns structured records; 'text' returns the same content rendered as a short narrative paragraph for chat surfaces."}},"required":["latitude","longitude"]},"annotations":{"title":"Find nearby experiences","readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"whats_on_tonight","schemaVersion":"https://mcp.tickadoo.com/schemas/experience_search/1.0","capabilities":["read","cards","cards-output-schema","aliasable-ids"],"description":"Use this when the user asks what is on in a city tonight. Returns evening-appropriate experiences currently on sale, with out-of-season products filtered out, evening-led options ranked first, and multi-day passes, travel cards and transport products ranked last. Top results carry start_time (venue-local) when the live supplier calendar confirms a performance in the evening window (late afternoon onward); a confirmed slot lifts a row, and timed rows sort soonest-first within one relevance band. Rows without start_time have no confirmed evening time. Confirm the selected experience with get_availability before stating it is bookable tonight.","inputSchema":{"type":"object","properties":{"city":{"type":"string","description":"City slug."},"category":{"type":"string","description":"Optional category slug to narrow results."},"max_results":{"type":"integer","minimum":1,"maximum":30,"default":10,"description":"Default 10, max 30."},"language":{"type":"string","description":"BCP-47 language code for human-readable fields (e.g., 'en', 'fr-FR'). Defaults to English when omitted."},"format":{"type":"string","enum":["json","text"],"default":"json","description":"Response shape. 'json' returns structured records; 'text' returns the same content rendered as a short narrative paragraph for chat surfaces."}},"required":["city"]},"annotations":{"title":"What is on tonight","readOnlyHint":true,"destructiveHint":false,"idempotentHint":false,"openWorldHint":false}},{"name":"get_last_minute","schemaVersion":"https://mcp.tickadoo.com/schemas/experience_search/1.0","capabilities":["read","cards","aliasable-ids"],"description":"Use this when the user wants something to do within the next few hours. Returns currently-on-sale experiences with seasonal products filtered out, ranked by popularity. Rows may include start_time, countdown_text, and seats_remaining hints when known, but none are guaranteed: confirm the selected experience with get_availability before stating it starts soon or is available today.","inputSchema":{"type":"object","properties":{"city":{"type":"string","description":"City slug."},"hours":{"type":"integer","minimum":1,"maximum":12,"default":3,"description":"How many hours ahead to look (1-12). Default 3."},"latitude":{"type":"number","description":"Optional latitude to bias toward nearby venues."},"longitude":{"type":"number","description":"Optional longitude to bias toward nearby venues."},"language":{"type":"string","description":"BCP-47 language code for human-readable fields (e.g., 'en', 'fr-FR'). Defaults to English when omitted."},"format":{"type":"string","enum":["json","text"],"default":"json","description":"Response shape. 'json' returns structured records; 'text' returns the same content rendered as a short narrative paragraph for chat surfaces."}},"required":["city"]},"annotations":{"title":"Last minute","readOnlyHint":true,"destructiveHint":false,"idempotentHint":false,"openWorldHint":false}},{"name":"get_whats_on_this_week","schemaVersion":"https://mcp.tickadoo.com/schemas/experience_search/1.0","capabilities":["read","cards","aliasable-ids"],"description":"Use this when the user wants ideas for the coming week in a city. Returns a ranked list of currently on-sale experiences (search rows) with out-of-season products dropped, not a day-by-day calendar. Assemble any weekly structure yourself and verify specific dates with get_availability.","inputSchema":{"type":"object","properties":{"city":{"type":"string","description":"City slug."},"language":{"type":"string","description":"BCP-47 language code for human-readable fields (e.g., 'en', 'fr-FR'). Defaults to English when omitted."},"format":{"type":"string","enum":["json","text"],"default":"json","description":"Response shape. 'json' returns structured records; 'text' returns the same content rendered as a short narrative paragraph for chat surfaces."}},"required":["city"]},"annotations":{"title":"This week","readOnlyHint":true,"destructiveHint":false,"idempotentHint":false,"openWorldHint":false}},{"name":"recommend_experiences","schemaVersion":"https://mcp.tickadoo.com/schemas/experience_search/1.0","capabilities":["read","cards","aliasable-ids"],"description":"Use this when the user describes what they want in natural language rather than naming a category. Parses the query for audience, mood, constraints, occasion, and time of day, then returns scored recommendations with a reason field explaining the match.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Natural-language preference, e.g., \"romantic evening in Paris under 100 euros\" or \"rainy day in Edinburgh with kids 8 and 12\"."},"city":{"type":"string","description":"Optional city slug. If omitted, the city is parsed from the query."},"date":{"type":"string","description":"Optional ISO date (YYYY-MM-DD) for availability-aware ranking."},"pax":{"type":"integer","minimum":1,"maximum":20,"default":2,"description":"Number of people. Default 2."},"limit":{"type":"integer","minimum":1,"maximum":20,"default":5,"description":"Number of recommendations to return (1-20). Default 5."},"language":{"type":"string","description":"BCP-47 language code for human-readable fields (e.g., 'en', 'fr-FR'). Defaults to English when omitted."},"format":{"type":"string","enum":["json","text"],"default":"json","description":"Response shape. 'json' returns structured records; 'text' returns the same content rendered as a short narrative paragraph for chat surfaces."}},"required":["query"]},"annotations":{"title":"Recommend experiences","readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"get_city_guide","schemaVersion":"https://mcp.tickadoo.com/schemas/experience_search/1.0","capabilities":["read","aliasable-ids"],"description":"Use this when the user wants an orientation overview of a city for trip planning. Returns a ranked list of the city's most popular bookable experiences (search rows); derive the dominant categories and price levels from those rows rather than expecting a structured guide payload.","inputSchema":{"type":"object","properties":{"city":{"type":"string","description":"City slug."},"language":{"type":"string","description":"BCP-47 language code for human-readable fields (e.g., 'en', 'fr-FR'). Defaults to English when omitted."},"format":{"type":"string","enum":["json","text"],"default":"json","description":"Response shape. 'json' returns structured records; 'text' returns the same content rendered as a short narrative paragraph for chat surfaces."}},"required":["city"]},"annotations":{"title":"City guide","readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"get_travel_tips","schemaVersion":"https://mcp.tickadoo.com/schemas/experience_search/1.0","capabilities":["read","aliasable-ids"],"description":"Use this to surface bookable experiences relevant to a practical topic in a city, such as transport passes or food tours. It returns a ranked list of experiences (search rows) ONLY: the topic filter is accepted but not yet applied, and the payload contains no tips text, emergency numbers, or phrases. Do not rely on it for actual logistics guidance; answer those questions yourself and use this list for bookable add-ons.","inputSchema":{"type":"object","properties":{"city":{"type":"string","description":"City slug."},"topic":{"type":"string","enum":["transport","money","safety","culture","food","weather","language","connectivity"],"description":"Optional topic filter. When omitted, returns a summary across all topics."},"language":{"type":"string","description":"BCP-47 language code for human-readable fields (e.g., 'en', 'fr-FR'). Defaults to English when omitted."},"format":{"type":"string","enum":["json","text"],"default":"json","description":"Response shape. 'json' returns structured records; 'text' returns the same content rendered as a short narrative paragraph for chat surfaces."}},"required":["city"]},"annotations":{"title":"Travel tips","readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"compare_experiences","schemaVersion":"https://mcp.tickadoo.com/schemas/experience_compare/1.0","capabilities":["read"],"description":"Use this when the user wants a side-by-side comparison of 2-5 specific products. Pass the slug for each. Returns a comparison table plus per-axis winners (value, rating, popularity, family-fit).","inputSchema":{"type":"object","properties":{"slugs":{"type":"array","minItems":2,"maxItems":5,"items":{"type":"string"},"description":"Product slugs from earlier search or recommend results."},"language":{"type":"string","description":"BCP-47 language code for human-readable fields (e.g., 'en', 'fr-FR'). Defaults to English when omitted."},"format":{"type":"string","enum":["json","text"],"default":"json","description":"Response shape. 'json' returns structured records; 'text' returns the same content rendered as a short narrative paragraph for chat surfaces."}},"required":["slugs"]},"annotations":{"title":"Compare experiences","readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"get_hidden_gems","schemaVersion":"https://mcp.tickadoo.com/schemas/experience_search/1.0","capabilities":["read","cards","aliasable-ids"],"description":"Use this when the user wants lower-profile options rather than headline bestsellers. Excludes Bestseller, hop-on-hop-off, and CityPass tagged products and prefers highly rated rows with fewer reviews; falls back to the standard ranked list when a city has too few qualifying rows (results may then overlap with headline search).","inputSchema":{"type":"object","properties":{"city":{"type":"string","description":"City slug."},"max_results":{"type":"integer","minimum":1,"maximum":20,"default":5,"description":"Default 5, max 20."},"language":{"type":"string","description":"BCP-47 language code for human-readable fields (e.g., 'en', 'fr-FR'). Defaults to English when omitted."},"format":{"type":"string","enum":["json","text"],"default":"json","description":"Response shape. 'json' returns structured records; 'text' returns the same content rendered as a short narrative paragraph for chat surfaces."}},"required":["city"]},"annotations":{"title":"Hidden gems","readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"get_family_day","schemaVersion":"https://mcp.tickadoo.com/schemas/experience_search/1.0","capabilities":["read","cards","aliasable-ids"],"description":"Use this when the user wants family-suitable options for a day in one city. Returns a flat ranked list of experiences (search rows) with family-tagged rows promoted and out-of-season products dropped, not a structured morning/lunch/afternoon/evening plan. `date` selects which season counts as current; `kids_ages` and `budget` are accepted but NOT yet applied, so compose the day yourself and verify age suitability per pick via get_experience_details.","inputSchema":{"type":"object","properties":{"city":{"type":"string","description":"City slug."},"kids_ages":{"type":"array","items":{"type":"integer","minimum":0,"maximum":17},"description":"Children's ages. Drives age-suitability filtering on each slot."},"date":{"type":"string","description":"Optional ISO date (YYYY-MM-DD)."},"budget":{"type":"number","minimum":0,"description":"Optional max budget in the listed currency."},"language":{"type":"string","description":"BCP-47 language code for human-readable fields (e.g., 'en', 'fr-FR'). Defaults to English when omitted."},"format":{"type":"string","enum":["json","text"],"default":"json","description":"Response shape. 'json' returns structured records; 'text' returns the same content rendered as a short narrative paragraph for chat surfaces."}},"required":["city"]},"annotations":{"title":"Family day","readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"get_date_night","schemaVersion":"https://mcp.tickadoo.com/schemas/experience_search/1.0","capabilities":["read","cards","aliasable-ids"],"description":"Use this when the user wants an evening for two. Returns a flat ranked list of experiences (search rows) with romantic-tagged rows promoted and out-of-season products dropped, not a structured pre-dinner/dinner/show arc. Promotion is a re-rank, not a filter, so rows are not guaranteed couples-only. `date` selects which season counts as current; `budget` is accepted but NOT yet applied. Compose the evening yourself (search_by_mood with mood 'romantic' can bias the pool further).","inputSchema":{"type":"object","properties":{"city":{"type":"string","description":"City slug."},"date":{"type":"string","description":"Optional ISO date (YYYY-MM-DD)."},"budget":{"type":"string","enum":["low","medium","high"],"description":"Budget band. 'low' = under 100 per person, 'medium' = 100-200, 'high' = 200+. In the listed currency."},"language":{"type":"string","description":"BCP-47 language code for human-readable fields (e.g., 'en', 'fr-FR'). Defaults to English when omitted."},"format":{"type":"string","enum":["json","text"],"default":"json","description":"Response shape. 'json' returns structured records; 'text' returns the same content rendered as a short narrative paragraph for chat surfaces."}},"required":["city"]},"annotations":{"title":"Date night","readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"plan_itinerary","schemaVersion":"https://mcp.tickadoo.com/schemas/experience_search/1.0","capabilities":["read","aliasable-ids"],"description":"Use this when the user wants a multi-day plan for a single city. Returns a flat ranked candidate list of experiences (search rows), not structured day slots or a running cost. Arrange the candidates into days yourself and compute totals only from returned price fields.","inputSchema":{"type":"object","properties":{"city":{"type":"string","description":"City slug."},"days":{"type":"integer","minimum":1,"maximum":7,"description":"Number of days to plan (1-7)."},"interests":{"type":"string","description":"Free-text interest seed, e.g., \"history, food, river\"."},"audience":{"type":"string","enum":["family","couple","solo","group","business"],"description":"Target audience. Currently 'family' is the strongest signal in the catalogue (resolves via the 'family' tag, ~3,200 products). Other values are best-effort and may be sparsely populated; for guaranteed family-suitable results prefer tags=['family'] in addition to or instead of this filter."},"budget":{"type":"string","enum":["low","medium","high"],"description":"Budget band per day per person."},"pace":{"type":"string","enum":["relaxed","moderate","packed"],"description":"Itinerary density. relaxed = 1-2 stops per day, packed = 4-5."},"language":{"type":"string","description":"BCP-47 language code for human-readable fields (e.g., 'en', 'fr-FR'). Defaults to English when omitted."},"format":{"type":"string","enum":["json","text"],"default":"json","description":"Response shape. 'json' returns structured records; 'text' returns the same content rendered as a short narrative paragraph for chat surfaces."}},"required":["city","days"]},"annotations":{"title":"Plan itinerary","readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"list_cities","schemaVersion":"https://mcp.tickadoo.com/schemas/list_cities/1.0","capabilities":["read"],"description":"Use this when the user wants to browse supported cities before searching. Returns city names, slugs, country codes, and product counts.","inputSchema":{"type":"object","properties":{"country":{"type":"string","description":"Optional country code or country name filter."},"limit":{"type":"integer","minimum":1,"maximum":50,"description":"Maximum number of cities to return (1-50). Defaults to 50 when omitted."},"language":{"type":"string","description":"BCP-47 language code for human-readable fields (e.g., 'en', 'fr-FR'). Defaults to English when omitted."},"format":{"type":"string","enum":["json","text"],"default":"json","description":"Response shape. 'json' returns structured records; 'text' returns the same content rendered as a short narrative paragraph for chat surfaces."}}},"annotations":{"title":"List cities","readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"get_experience_details","schemaVersion":"https://mcp.tickadoo.com/schemas/experience_detail/1.0","capabilities":["read","aliasable-ids"],"description":"Use this when the user selects a specific experience from search results and needs richer product, location, supplier, and booking fields. Accepts either product_id or slug.","inputSchema":{"type":"object","properties":{"product_id":{"type":"string","description":"Stable product_id from a previous search result."},"slug":{"type":"string","description":"Product slug from a previous search result."},"language":{"type":"string","description":"BCP-47 language code for human-readable fields (e.g., 'en', 'fr-FR'). Defaults to English when omitted."},"format":{"type":"string","enum":["json","text"],"default":"json","description":"Response shape. 'json' returns structured records; 'text' returns the same content rendered as a short narrative paragraph for chat surfaces."}}},"annotations":{"title":"Experience details","readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"get_related_experiences","schemaVersion":"https://mcp.tickadoo.com/schemas/related_experiences/1.0","capabilities":["read","related","aliasable-ids"],"description":"Use this when a widget or client holds a selected product_id and needs related products to pair with it, do after it, find nearby, or find similar alternatives. Returns cached graph and semantic related products for trio-style widgets.","inputSchema":{"type":"object","properties":{"product_id":{"type":"string","description":"Stable product_id or slug for the source experience."},"context":{"type":"string","enum":["pair","after","nearby","similar"],"default":"pair","description":"Relationship type: pair, after, nearby, or similar."},"max_results":{"type":"integer","minimum":1,"maximum":10,"default":6,"description":"Number of related products to return. Default 6, max 10."},"language":{"type":"string","description":"BCP-47 language code for human-readable fields (e.g., 'en', 'fr-FR'). Defaults to English when omitted."},"format":{"type":"string","enum":["json","text"],"default":"json","description":"Response shape. 'json' returns structured records; 'text' returns the same content rendered as a short narrative paragraph for chat surfaces."}},"required":["product_id"]},"annotations":{"title":"Related experiences","readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"get_availability","schemaVersion":"https://mcp.tickadoo.com/schemas/availability/1.0","capabilities":["read","aliasable-ids"],"description":"Use this when the user is ready to check live bookable dates, times, prices, or remaining spaces for one selected product. This is the live supplier-check tool; pass product_id from search or slug plus city_slug. Slot price.amount is in MINOR currency units (pence/cents): amount 13125 with currency_code GBP means GBP 131.25. Slot time is venue-local; when the venue timezone is known, timezone carries its IANA name and datetime/next_available carry the real UTC offset (e.g. 2026-07-18T19:30:00+02:00), so they are safe for time math.","inputSchema":{"type":"object","properties":{"product_id":{"type":"string","description":"Stable product_id from a search or details response. Preferred when available."},"slug":{"type":"string","description":"Product slug. Use with city_slug when product_id is unavailable."},"city_slug":{"type":"string","description":"City slug required when slug is used."},"date_from":{"type":"string","format":"date","description":"Start date in YYYY-MM-DD. Defaults to today."},"date_to":{"type":"string","format":"date","description":"End date in YYYY-MM-DD. Defaults to 14 days after date_from and is capped to a 365-day window."},"party_size":{"type":"integer","minimum":1,"default":2,"description":"Number of guests. Default 2."},"preferred_time":{"type":"string","description":"Optional broad time preference such as morning, afternoon, or evening."},"idempotency_key":{"type":"string","format":"uuid","description":"Optional UUID. Reuse for identical responses within five minutes."},"as_of":{"type":"string","format":"date-time","description":"Previous ISO timestamp from stale card data; returns delta only when data changed."},"fresh":{"type":"boolean","default":false,"description":"When true, bypasses the 60-second cache and performs a live supplier check, subject to rate limits."}}},"annotations":{"title":"Get availability","readOnlyHint":true,"destructiveHint":false,"idempotentHint":false,"openWorldHint":false},"_meta":{"ui":{"visibility":["app"],"resourceUri":"ui://widget/availability/v1"},"openai/outputTemplate":"ui://widget/availability/v1","openai/widgetAccessible":true,"openai/toolInvocation/invoking":"Checking dates…","openai/toolInvocation/invoked":"Dates ready"}},{"name":"check_availability","schemaVersion":"https://mcp.tickadoo.com/schemas/check_availability/1.0","capabilities":["read","aliasable-ids"],"description":"Use this when the user has picked a specific experience and asks about exactly one date: whether it is available that day, what it costs for a party, or a booking link for that date. For browsing a date range or listing upcoming times and live slot prices, use get_availability.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"Product slug or legacy booking path, e.g. \"london-dungeon-tickets\" or \"/london/london-dungeon-tickets\"."},"date":{"type":"string","format":"date","description":"Date to check in YYYY-MM-DD format."},"party_size":{"type":"integer","minimum":1,"maximum":50,"default":2,"description":"Number of guests or tickets to price. Default 2."},"language":{"type":"string","description":"BCP-47 language code for human-readable fields (e.g., 'en', 'fr-FR'). Defaults to English when omitted."},"format":{"type":"string","enum":["json","text"],"default":"json","description":"Response shape. 'json' returns structured records; 'text' returns the same content rendered as a short narrative paragraph for chat surfaces."}},"required":["slug","date"]},"annotations":{"title":"Check availability","readOnlyHint":true,"destructiveHint":false,"idempotentHint":false,"openWorldHint":false},"_meta":{"ui":{"visibility":["app"],"resourceUri":"ui://widget/availability/v1"},"openai/outputTemplate":"ui://widget/availability/v1","openai/widgetAccessible":true,"openai/toolInvocation/invoking":"Checking dates…","openai/toolInvocation/invoked":"Dates ready"}},{"name":"search_by_mood","schemaVersion":"https://mcp.tickadoo.com/schemas/search_by_mood/1.0","capabilities":["read","cards","aliasable-ids"],"description":"Use this when the user describes the feeling or vibe they want rather than a category, such as romantic, relaxing, adventurous, family fun, foodie, luxury, or rainy day. Maps the mood to preset search filters and returns matching experiences.","inputSchema":{"type":"object","properties":{"city":{"type":"string","description":"City name or slug, e.g. \"london\", \"new-york\", or \"paris\"."},"mood":{"type":"string","enum":["adventurous","romantic","relaxing","family_fun","cultural","thrill_seeking","foodie","budget_friendly","luxury","rainy_day"],"description":"Mood preset. Valid values: adventurous, romantic, relaxing, family_fun, cultural, thrill_seeking, foodie, budget_friendly, luxury, rainy_day."},"limit":{"type":"integer","minimum":1,"maximum":50,"description":"Maximum number of experiences to return (1-50). Defaults to the mood preset size when omitted."},"language":{"type":"string","description":"BCP-47 language code for human-readable fields (e.g., 'en', 'fr-FR'). Defaults to English when omitted."},"format":{"type":"string","enum":["json","text"],"default":"json","description":"Response shape. 'json' returns structured records; 'text' returns the same content rendered as a short narrative paragraph for chat surfaces."}},"required":["city","mood"]},"annotations":{"title":"Search by mood","readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"get_transfer_info","schemaVersion":"https://mcp.tickadoo.com/schemas/transfer_info/1.0","capabilities":["read"],"description":"Use this when the user is arriving in a supported city and needs transfer guidance from an airport, station, or port to a hotel coordinate. Returns taxi, metro, bus, and train estimates with durations, costs, and directions.","inputSchema":{"type":"object","properties":{"city":{"type":"string","description":"Supported city: London, Paris, New York, Amsterdam, Barcelona, Rome, or Tokyo."},"from_type":{"type":"string","enum":["airport","station","port"],"description":"Arrival hub type."},"to_latitude":{"type":"number","minimum":-90,"maximum":90,"description":"Hotel latitude."},"to_longitude":{"type":"number","minimum":-180,"maximum":180,"description":"Hotel longitude."},"language":{"type":"string","description":"BCP-47 language code for human-readable fields (e.g., 'en', 'fr-FR'). Defaults to English when omitted."},"format":{"type":"string","enum":["json","text"],"default":"json","description":"Response shape. 'json' returns structured records; 'text' returns the same content rendered as a short narrative paragraph for chat surfaces."}},"required":["city","from_type","to_latitude","to_longitude"]},"annotations":{"title":"Transfer info","readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"render_experience_cards","schemaVersion":"https://mcp.tickadoo.com/schemas/experience_cards_input/1.0","capabilities":["read","cards-renderer","aliasable-ids"],"description":"Use this immediately after ANY discovery or search tool (search_experiences, whats_on_tonight, get_last_minute, get_whats_on_this_week, recommend_experiences, search_by_mood, get_hidden_gems, get_family_day, get_date_night, search_local_experiences) returns results. It is the only tool that displays the visual experience cards, so always call it once for every result set you want shown. Take the experience_ids those tools provide and render them; pass the product_id values exactly as returned by those tools, never full product rows. Only experience_ids and render_type are required. Optionally pass render_context.intent_summary (a short phrase describing what the user asked for, e.g. city, date, audience) to set the carousel heading. Call it exactly once per result set, and do not also re-list the experiences as text.","inputSchema":{"type":"object","properties":{"experience_ids":{"type":"array","items":{"type":"string","minLength":1},"minItems":0,"maxItems":12,"uniqueItems":true,"description":"The stable product_id values from search_experiences results (the product_id field of each returned row). Pass IDs only, never full product rows."},"render_type":{"type":"string","enum":["carousel","grid","comparison","single"],"description":"Visual layout requested for the widget."},"render_context":{"type":"object","additionalProperties":false,"properties":{"intent_summary":{"type":"string","minLength":1,"maxLength":100,"description":"Short human-readable summary of the user's request."},"date_hint":{"type":"string","maxLength":80,"description":"Optional human date hint, e.g. Saturday evening."},"audience_hint":{"type":"string","maxLength":80,"description":"Optional audience hint, e.g. family."},"sort_basis":{"type":"string","enum":["popularity","price_asc","rating_desc"],"description":"Optional sort explanation."}},"required":["intent_summary"]},"idempotency_key":{"type":"string","format":"uuid","description":"Optional UUID. Reuse for identical card render responses within five minutes."}},"required":["experience_ids","render_type"]},"annotations":{"title":"Render experience cards","readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"ui":{"visibility":["app"],"resourceUri":"ui://widget/experience-cards/v8"},"openai/outputTemplate":"ui://widget/experience-cards/v8","openai/widgetAccessible":true,"openai/toolInvocation/invoking":"Preparing your experience cards…","openai/toolInvocation/invoked":"Cards ready"}},{"name":"report_quality_signal","schemaVersion":"https://mcp.tickadoo.com/schemas/report_quality_signal/1.0","capabilities":["write"],"description":"Use this to push a quality signal back to tickadoo about an experience or recommendation you previously surfaced. Examples: stale availability, a failed click-through, a supplier outage, or misleading content. Requires a real forward-event request_id returned within the last 30 days. Repeating the same signal for the same request is idempotent per caller.","inputSchema":{"type":"object","properties":{"request_id":{"type":"string","pattern":"^rq_\\d{4}_\\d{2}_\\d{2}_\\d{6}_(?:[0-9a-f]{6}|[0-9a-f]{12})$","description":"The request_id from a forward tool result in the last 30 days. Current format: rq_YYYY_MM_DD_HHMMSS_<12-hex>; legacy 6-hex ids remain valid."},"signal_type":{"type":"string","enum":["stale_availability","post_click_failure","supplier_outage","content_quality_issue","duplicate_listing","price_mismatch","unexpected_low_quality","other"],"description":"The kind of issue you are reporting. Use \"other\" only when none of the specific types fit, and always include notes."},"notes":{"type":"string","maxLength":2000,"description":"Optional free-text context. Required when signal_type is \"other\". Do not include PII."}},"required":["request_id","signal_type"]},"annotations":{"title":"Report quality signal","readOnlyHint":false,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true}}],"server":{"name":"tickadoo","version":"1.6.0","description":"Search and book theatre, attractions, tours, and experiences across 1,100+ cities. Returns structured results with stable product_id identifiers usable in follow-up calls."}}