Skip to main content
Glama

AVWX Parsed NOTAMs

avwx.notams.list
Read-onlyIdempotent

Retrieve 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

TableJSON Schema
NameRequiredDescriptionDefault
icao_codeYesSingle ICAO airport code (4-letter uppercase). Examples: KJFK, EGLL, RJTT, OMDB.
distanceNoInclude NOTAMs within this nautical-mile radius (0-100, default 10). Use 0 for airport-specific only.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultNoTool 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.
errorNoPresent only when the call failed. Includes error code, message, request_id, and any provider-specific extras.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare the tool as read-only, idempotent, and non-destructive. The description adds that it returns parsed structured fields and is critical for flight planning, which provides some behavioral context but does not significantly extend beyond what annotations already convey.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences, front-loads key information (purpose, fields, uniqueness), and contains no redundant or extraneous content. Every sentence serves a clear purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With annotations covering safety and an output schema present, the description explains input well and notes the tool's unique value. It does not describe output format in detail, but that is handled by the output schema. A minor gap is the slight inconsistency between description and schema regarding multiple airports.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema has 100% coverage with descriptions for both parameters. The description mentions 'one or more airports' while schema only allows a single ICAO code, causing a slight inconsistency. Overall, the description adds minimal additional meaning beyond the schema, so baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it returns active NOTAMs for airports, parsed into structured fields like NOTAM ID, classification, type, effective period, and summary text. It uses specific verbs ('return', 'parsed') and distinguishes from sibling tools by explicitly naming NOAA and CheckWX as alternatives that do not provide parsed NOTAMs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly positions the tool for flight planning and notes its uniqueness compared to NOAA and CheckWX, providing clear guidance on when to use it. It does not, however, discuss specific scenarios where alternative tools might be more appropriate or mention any prerequisites.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/whiteknightonhorse/APIbase'

If you have feedback or need assistance with the MCP directory API, please join our Discord server