tool_multi_origin_meetup
Find the cheapest city for a group flying from multiple origins. Compares flight costs for each traveler to rank meeting cities by total group price.
Instructions
Find the cheapest city for a group of travelers flying from different origins to meet.
Read-only. No auth required. Scrapes Google Flights live for each origin-destination pair; results are indicative. Returns a ranked list of meeting cities each with total group cost, per-traveler cost breakdown, and individual flight details. Combinatorial search — response time scales with number of origins × candidates.
Use this when multiple travelers in different cities need to meet and want to minimize total group flight spend. Use tool_search_flights for single-origin itineraries. Use tool_optimize_budget when origin and destination are fixed.
Args: origins: Comma-separated IATA codes for each traveler's departure city (e.g., "JFK,LHR,NRT" for New York, London, Tokyo) departure_date: YYYY-MM-DD shared departure date return_date: YYYY-MM-DD shared return date max_results: Max candidate meeting cities to return (1-20) currency: ISO currency code for price display — USD, EUR, etc. regions: Comma-separated region filter to narrow candidates — europe, asia, americas, middleeast, africa (omit for global)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origins | Yes | ||
| departure_date | Yes | ||
| return_date | Yes | ||
| max_results | No | ||
| currency | No | USD | |
| regions | No |