AVWX Parsed NOTAMs
avwx.notams.listRetrieve active NOTAMs for an airport, parsed into structured fields like ID, classification, type, and effective period for flight planning.
Instructions
Active NOTAMs (Notice to Airmen) for one or more airports, parsed into structured fields — NOTAM ID, classification (FDC/D/U), type (runway closure, navaid out, airspace restriction, obstacle), effective period, summary text. Critical for flight planning. UNIQUE to AVWX — NOAA and CheckWX do NOT return parsed NOTAMs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icao_code | Yes | Single ICAO airport code (4-letter uppercase). Examples: KJFK, EGLL, RJTT, OMDB. | |
| distance | No | Include NOTAMs within this nautical-mile radius (0-100, default 10). Use 0 for airport-specific only. |
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. |