Skip to main content
Glama
mariow

aviation-weather-mcp

by mariow

wx_pireps

Get pilot reports (PIREPs) near an airport to check recent turbulence, icing, cloud tops, and other in-flight observations.

Instructions

Get pilot reports (PIREPs) near an airport. Reports recent turbulence, icing, cloud tops, and other in-flight observations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
icaoYesICAO airport code to search around
radius_nmNoSearch radius in nautical miles (default: 50)
Behavior3/5

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

With no annotations, the description carries the burden of disclosure. It mentions the type of reports and geographic scope but does not cover return format, pagination, or error behavior. As a read-only 'Get' operation, some safety is implied, but edge cases are unaddressed.

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 two concise sentences with the action and resource upfront. It avoids redundancy and every clause serves a 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?

For a simple tool with two parameters and no output schema, the description sufficiently conveys what the tool does and the nature of the returned data. It does not specify the exact output structure, but the listed report types give a good sense of the payload.

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?

Both parameters are already well-described in the schema (icao, radius_nm with default), and the description adds no additional parameter semantics. With 100% schema coverage, 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 identifies the tool's function with a specific verb ('Get') and resource ('pilot reports'), and it lists the types of data (turbulence, icing, cloud tops), which distinguishes it from sibling weather tools like METAR and 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?

The description provides clear context for when to use the tool (when PIREPs near an airport are needed) and implicitly differentiates it from siblings, but it does not explicitly state exclusions or name alternative tools.

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