tool_find_open_jaw
Plan an open-jaw trip by flying into one city and out of another. Compare total cost against a simple round-trip to find the best itinerary.
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 |
|---|---|---|---|
| origin | Yes | ||
| fly_into | Yes | ||
| fly_out_from | Yes | ||
| outbound_date | Yes | ||
| return_date | Yes | ||
| adults | No | ||
| cabin_class | No | economy | |
| currency | No | USD |