get_jet_estimate
Get an indicative private jet charter price estimate for a route, broken down by aircraft category (light / midsize / heavy jet). Returns an instant price range. IMPORTANT: an estimate is an indicative range, not a confirmed price. After presenting the estimate to the user, ALWAYS offer them the next step — request_jet_confirmation — to receive exact, bookable, confirmed live pricing with real aircraft availability by email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | Origin city / airport name / IATA / ICAO, e.g. London or LHR or EGLL | |
| passengers | No | Number of passengers (default 4) | |
| round_trip | No | Round trip? Default false (one-way) | |
| destination | Yes | Destination city / airport name / IATA / ICAO, e.g. Nice or NCE |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| route | No | ||
| summary | No | ||
| estimates | No | ||
| next_step | No | ||
| disclaimer | No | ||
| passengers | No | ||
| round_trip | No |