Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

faa_metar

Read-only

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

TableJSON Schema
NameRequiredDescriptionDefault
idsYesICAO station ID(s), comma-separated (e.g. 'KJFK', 'KJFK,KLAX,KORD')
hoursNoHours of observations to retrieve (default: most recent)
Behavior4/5

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

The description supplements the readOnlyHint annotation by specifying what data is returned (temperature, dewpoint, wind, visibility, ceiling, flight category), the station ID format (ICAO codes), and the ability to query multiple stations comma-separated. This adds meaningful context beyond the annotation without contradicting it.

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 with three short sentences, each providing necessary information: the primary action, returned fields, and input format rules. No redundant wording exists.

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?

Given the simple read-only nature, no output schema, and full schema parameter coverage, the description adequately covers the tool's core behavior and return values. It could mention the optional 'hours' parameter's effect, but the schema covers that, and the description sufficiently describes the default behavior ('current conditions').

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 the baseline is 3. The description repeats the schema's explanation for 'ids' (ICAO codes, comma-separated) but adds no new semantic meaning beyond the schema. It does not mention the 'hours' parameter, but the schema already documents it fully.

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 uses a specific action verb 'Get' combined with a specific resource 'METAR weather observations for airports', and clearly distinguishes from sibling weather tools like faa_taf or faa_sigmet by naming the METAR product and the returned fields (temperature, dewpoint, wind, etc.).

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

Usage Guidelines2/5

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

The description does not mention when to use this tool versus alternatives such as faa_taf or nws_observation_latest, nor does it provide exclusions or when-not scenarios. It only provides operational details (ICAO codes, comma-separated stations), which is usage how-to, not usage selection guidance.

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/cyntrica/gov-data-mcp'

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