tool_find_open_jaw
Plan an open-jaw itinerary: fly into one city, travel overland, and fly out from another. Compare total cost to a simple round-trip.
Instructions
Plan an open-jaw trip: fly into one city, overland, fly out from another (e.g. JFK→Rome, train to Paris, Paris→JFK). Shows total vs simple round-trip. Accepts IATA codes or city names.
Args: origin: Home airport IATA or city (e.g., "JFK" or "New York") fly_into: First destination IATA or city (e.g., "FCO" or "Rome") fly_out_from: Final departure IATA or city (e.g., "CDG" or "Paris") outbound_date: YYYY-MM-DD — fly origin → fly_into return_date: YYYY-MM-DD — fly fly_out_from → origin adults: Number of passengers cabin_class: economy | premium_economy | business | first currency: Currency code
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adults | No | ||
| origin | Yes | ||
| currency | No | USD | |
| fly_into | Yes | ||
| cabin_class | No | economy | |
| return_date | Yes | ||
| fly_out_from | Yes | ||
| outbound_date | Yes |