CheckWX Decoded METAR
checkwx.metar.decodedGet current METAR for airports as decoded JSON with separate fields for wind, visibility, sky conditions, temperature/dewpoint, altimeter, and flight category. Eliminates the need to parse raw METAR text.
Instructions
Get current METAR for one or more airports as fully decoded JSON — wind (direction/speed/gust as separate fields), visibility (in SM and meters), sky conditions (cloud coverage + altitude as objects), temperature/dewpoint (°C and °F), altimeter (inHg and hPa), flight category (VFR/MVFR/IFR/LIFR). Saves agents from parsing raw METAR text.
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. |