Skip to main content
Glama

osint-terminal

Maidenhead

maidenhead

Maidenhead Grid: Coords → ham-radio grid locator (offline)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the operation is offline, which is useful, but it does not disclose whether the tool is a pure conversion (no I/O side effects), whether it fails on invalid input, or what the output format looks like. The brevity leaves significant behavioral ambiguity for a tool that accepts a free-form string.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise line with a clear transformation pattern and a parenthetical qualifier. Every word earns its place: it names the format, the operation, and the offline behavior. It is efficient, though it sacrifices semantic richness for brevity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Although a simple one-parameter tool with an output schema, the description is complete only in the sense of naming the operation. It lacks details about input string format, default behavior, error handling, and what grid precision results. For a tool in a large sibling set of converters, an agent would likely need more context to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not explain the 'q' parameter. Although the parameter is optional (default empty string), the description gives no clue about which coordinate format to provide, how to separate latitude and longitude, or what an empty query means. The tool's entire interface hangs on this undocumented parameter, so the minimal arrow notation is insufficient.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear conversion: coordinates to a ham-radio grid locator, using the Maidenhead system. The arrow notation communicates the operation and the 'offline' qualifier adds useful context. While it doesn't explicitly name a sibling tool, the domain-specific language (ham-radio grid locator) distinguishes it from other coordinate-format converters in the sibling list like geohash or mgrs.

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

Usage Guidelines3/5

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

The description implies the input is coordinates and the output is a grid locator, but it does not specify when to choose this tool over siblings such as geohash, mgrs, or pluscode. There is no guidance about coordinate formats (e.g., decimal degrees vs DMS) or any exclusions, so the agent must infer usage from the tool name and the arrow notation.

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