Plan a Starlink itinerary
plan_starlink_itineraryUse when the user asks "what's the best way to fly X to Y with Starlink?". Compares Starlink odds on the route across every tracked airline (nonstop, per-carrier). For multi-stop UA routings, connect to unitedstarlinktracker.com/mcp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Optional YYYY-MM-DD travel date. When within ~2 days (the aircraft-assignment window), uses confirmed tail assignments for higher accuracy. Beyond that, uses historical prediction only — confirmed assignments don't apply to future dates. | |
| origin | Yes | Origin airport IATA code (e.g. 'SFO'). | |
| max_stops | No | Maximum number of connection stops (default 2, max 3). 0=direct only, 1=one connection, etc. | |
| destination | Yes | Destination airport IATA code (e.g. 'JAX'). | |
| max_results | No | Maximum number of full-coverage itineraries (default 8). Up to 3 partial baselines may be appended. |