tool_find_split_ticket
Find cheaper airfare by booking two separate tickets through a hub, typically saving 20-60% on long-haul routes. Understand missed-connection risks before booking.
Instructions
Find savings by booking two separate tickets through a hub (prices origin→hub and hub→destination independently). 20-60% off on competitive long-haul routes. ⚠️ Missed-connection risk is on the traveler — surface result risks before booking.
Args: origin: Origin airport IATA code (e.g., "SFO") destination: Destination airport IATA code (e.g., "DEL") departure_date: YYYY-MM-DD departure date adults: Number of passengers cabin_class: economy | premium_economy | business | first currency: Currency code min_connection_hours: Minimum buffer hours between tickets at hub
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | ||
| destination | Yes | ||
| departure_date | Yes | ||
| adults | No | ||
| cabin_class | No | economy | |
| currency | No | USD | |
| min_connection_hours | No |