wx_route
Get a route weather brief for a direct flight between two airports: departure and destination METARs, ICON-D2 forecasts along the great-circle path, and active SIGMETs.
Instructions
Route weather brief for a direct flight between two airports. Fetches METARs at departure and destination, ICON-D2 at 5 points along the great-circle route, and active SIGMETs. Coordinates are resolved from the station API — never guess them. Pass ICAO codes exactly as given by the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_icao | Yes | Destination airport 4-letter ICAO code, passed exactly as given by the user | |
| from_icao | Yes | Departure airport 4-letter ICAO code, passed exactly as given by the user | |
| hours_enroute | No | Estimated flight duration in hours (default: 2) | |
| forecast_horizon | No | How far ahead to check weather in hours (default: 6, max: 48) |