Skip to main content
Glama

Look up airport stations

search_stations

Find weather-reporting stations by name or partial ICAO identifier to resolve a place name to an ICAO ID for aviation weather tools.

Instructions

Find weather-reporting stations by name or partial ICAO identifier. Use this to resolve a place name to an ICAO id before calling the other tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesStation name or partial ICAO id, e.g. 'Ottawa' or 'CY'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.2/5.0
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 and it does disclose the role as an identifier-resolution step. However, it says nothing about match behavior (exact vs fuzzy, multiple results, result limit) — relevant for a partial-match search — so the behavioral picture is only partially complete.

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, zero waste: the first states what it does, the second gives the workflow position. Front-loaded and appropriately sized.

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 one-parameter lookup with no output schema, the description covers purpose and workflow placement adequately. The remaining gap is what matches look like and whether multiple stations can be returned, which an agent would value.

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% and the single parameter is fully documented in the schema with examples and length constraints. The description repeats the same information and adds no syntax or format detail beyond the schema, so baseline 3 applies.

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?

States a specific verb (find) and resource (weather-reporting stations) with the matching mechanism (by name or partial ICAO identifier). It is clearly distinguishable from get_metar/get_taf/assess_conditions, which consume rather than resolve identifiers.

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

Usage Guidelines5/5

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

Explicitly states when to use it: 'to resolve a place name to an ICAO id before calling the other tools.' It names the dependency relationship with siblings, leaving nothing to inference.

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

Deploy Server

Other Tools