CheckWX Decoded TAF
checkwx.taf.decodedDecode TAF forecasts for multiple airports. Get structured JSON with issued time, validity, and per-period weather details including wind, visibility, and sky conditions.
Instructions
Decoded TAF forecast for airports — issued time, valid window, per-period forecast objects (wind, visibility, weather conditions, sky). Each forecast change block parsed into structured JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icao_codes | Yes | Comma-separated ICAO airport codes (uppercase 4 letters). Max 25 per call. Examples: 'KJFK,EGLL,RJTT', 'KSFO', 'EDDF'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |