Get Terminal Aerodrome Forecast (TAF)
aviation_get_tafGet the Terminal Aerodrome Forecast (TAF) for one or more airports. Returns each forecast period with valid times, surface wind, low-level wind shear, visibility, decoded weather conditions, cloud layers, and the vertical visibility into a forecast obscuration, plus the raw TAF string. TAFs cover the next 24–30 hours and are issued only for airports with scheduled commercial service; check data_types from aviation_find_stations to confirm TAF availability. Accepts 1–4 ICAO station IDs (e.g., KSEA, KJFK).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| station_ids | Yes | ICAO station IDs to query. 1–4 stations per call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present when the call failed. Absent on success. | |
| notice | No | Recovery guidance naming the missing station IDs. Present only on a partial result. It lists the candidate causes without asserting one — upstream omits the row either way. | |
| missing | No | Requested station IDs absent from the result. Absent when none are missing. | |
| partial | No | True when a requested station produced no forecast. False affirms the result covers every requested station, so full coverage is distinguishable from a short batch rather than being inferred from the count. | |
| returned | No | Distinct station IDs that produced a forecast. | |
| forecasts | No | TAF forecasts, one per requested station. | |
| requested | No | Station IDs this call asked for, in the order given. |