Skip to main content
Glama

Pilot-Next

get_weather

Fetches real-time METAR (observation) and TAF (forecast) for one or more ICAO stations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stationsYesList of ICAO station codes (e.g. ['EHRD', 'LFPN'])

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

There are no annotations, so the description carries the behavioral disclosure burden. It usefully discloses that data is real-time, includes both METAR and TAF, and supports multiple stations. However, it does not mention response shape, error behavior, or what happens for invalid ICAO codes, which are relevant for a tool with no output schema.

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?

A single, front-loaded sentence with no wasted words. It communicates the core action, data type, and input scope efficiently.

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 one-parameter tool with no output schema, the description provides enough to understand input and expected result type. It omits fine-grained output format details, but the tool is low in complexity and the description covers the essential contract.

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%: the stations parameter is fully described as a list of ICAO codes with an example. The description's mention of 'one or more' aligns with the schema but adds no new parameter meaning. 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 states a specific verb ('Fetches'), a well-defined resource (METAR observation and TAF forecast), and the target input (ICAO stations). It is clearly distinguishable from all sibling tools, none of which involve weather.

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 makes the tool's context clear: retrieve real-time weather observations and forecasts for ICAO stations. There are no alternative weather tools among the siblings, so no exclusion is needed. It lacks explicit when-to-use phrasing but the intended use is obvious from the resource named.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources