Skip to main content
Glama
mariow

aviation-weather-mcp

by mariow

wx_icon_d2

Get DWD ICON-D2 forecasts for any location: hourly wind, visibility, cloud base, precipitation, and CAPE. Covers Central Europe up to 48h; falls back to coarser models elsewhere.

Instructions

Get DWD ICON-D2 NWP forecast for any lat/lon. Provides hourly wind (10m + 80m), visibility, cloud base, precipitation, and CAPE. ICON-D2 covers Central Europe at 2km resolution up to 48h. Falls back to ICON-EU (7km, Europe) or ICON-seamless outside coverage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYesLatitude in decimal degrees (e.g. 50.03)
lonYesLongitude in decimal degrees (e.g. 8.97)
hoursNoForecast horizon in hours, 1–48 (default: 12)
Behavior4/5

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

With no annotations provided, the description carries the full transparency burden. It discloses a key behavioral trait: fallback to lower-resolution models outside ICON-D2 coverage. It also lists output variables and model resolution, but omits details like return format, units, or error behavior. Still, it provides substantial insight beyond the bare tool name.

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 concise and well-structured: three sentences cover purpose, variables, model coverage, and fallback behavior. Every sentence contributes meaningful information, with the key action front-loaded in the first sentence.

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 description covers the essential context: coverage area, resolution, forecast horizon, output variables, and fallback behavior. No output schema exists, so the description appropriately communicates what the user receives. It could mention output format or units for full completeness, but the provided details are sufficient for a forecast tool at this complexity.

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 coverage is 100% for all three parameters (lat, lon, hours), with clear descriptions in the schema. The tool description adds context about what the forecast includes but doesn't elaborate on parameter units or formats beyond the schema. Since the schema does the heavy lifting, a baseline of 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 the tool's purpose: 'Get DWD ICON-D2 NWP forecast for any lat/lon.' It enumerates the specific weather variables (hourly wind, visibility, cloud base, precipitation, CAPE) and model characteristics, distinguishing it from sibling tools like wx_metar or wx_taf which are observational reports.

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 gives clear context: ICON-D2 covers Central Europe at 2km resolution up to 48h, with a fallback to ICON-EU or ICON-seamless outside coverage. This tells users when to use the tool and what to expect based on location, though it doesn't explicitly name alternative tools for other forecast needs.

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