faa_metar
Retrieve current METAR weather for airports via ICAO IDs, including temperature, dewpoint, wind, visibility, ceiling, and flight category. Supports single or multiple stations.
Instructions
Get METAR weather observations for airports. Returns current conditions: temperature, dewpoint, wind, visibility, ceiling, flight category. Station IDs are ICAO codes (e.g. KJFK, KLAX, KORD). Multiple stations can be comma-separated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ICAO station ID(s), comma-separated (e.g. 'KJFK', 'KJFK,KLAX,KORD') | |
| hours | No | Hours of observations to retrieve (default: most recent) |