Starlink odds by route
predict_route_starlinkUse when the user asks "which flights between X and Y have Starlink?" or "what Starlink flights serve airport X?". Single-route lookup: returns United Airlines flight numbers on a route (or touching an airport) ranked by Starlink probability. Pass both origin+destination for a specific route, OR just one to list all Starlink flights from/into an airport. For trip planning with connections, use plan_starlink_itinerary instead — this tool has no connection logic or coverage-ratio ranking. Empty result = route not served by Starlink planes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of flight numbers to return (default 10). | |
| origin | No | Origin airport IATA code (e.g. 'SFO', 'ORD'). Case-insensitive. | |
| destination | No | Destination airport IATA code (e.g. 'EWR', 'DEN'). Case-insensitive. |