Skip to main content
Glama
mariow

aviation-weather-mcp

by mariow

wx_preflight

Get a VFR preflight weather brief for any airfield by entering its ICAO code. Combines current METAR, TAF, and ICON-D2 forecast into one assessment.

Instructions

VFR preflight weather brief for an airfield. Combines current METAR, TAF, and ICON-D2 NWP forecast into a single assessment. Only the ICAO code is required — coordinates are resolved authoritatively from the aviationweather.gov station database. Never supply coordinates yourself.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
icaoYes4-letter ICAO airport code, passed exactly as given by the user (e.g. "EDFE", "EDDM", "EDLI")
hoursNoForecast horizon in hours (default: 12, max: 48)
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses the data sources and authority for coordinates, but doesn't describe return format, freshness guarantees, or any limitations. This is adequate but not rich.

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?

Two sentences with no wasted words; the key purpose and input constraint are front-loaded.

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?

The tool is simple (2 params, no output schema) and the description covers purpose, data sources, and usage constraint. It falls short of describing the assessment output structure, but this is not critical for a preflight brief.

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?

Schema description coverage is 100%, so parameters are already fully documented. The description reinforces that only 'icao' is required and warns against supplying coordinates, but adds no syntax or format details beyond the schema.

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 names a specific resource ('VFR preflight weather brief for an airfield') and a specific composite action ('Combines current METAR, TAF, and ICON-D2 NWP forecast'), clearly distinguishing it from sibling single-source tools like wx_metar and wx_taf.

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?

It implicitly defines when to use it (for VFR preflight) and gives explicit input guidance ('Only the ICAO code is required', 'Never supply coordinates yourself'). However, it doesn't explicitly contrast with alternatives or state when not to use it.

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/mariow/aviation-weather-mcp'

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