Skip to main content
Glama

osint-terminal

Latlonformat

latlonformat

Lat/Lon Format: DD ↔ DMS ↔ DM coordinate format conversion (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

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It states the tool works offline, which is a useful trait, and the conversion nature implies a pure transformation with no side effects. However, it does not reveal how inputs are detected, whether partial conversions are supported, or how invalid coordinates are handled. The description is minimally adequate but leaves gaps.

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 a single, information-dense sentence with a clear title. Every element (the formats, the conversion, offline) earns its place, and the most important scope is front-loaded. There is no wasted text.

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?

While an output schema exists to explain return values, the description omits essential context for correct invocation: accepted coordinate format variations, whether hemisphere markers are required, and the exact string pattern expected in 'q'. The tool has a simple parameter, but the ambiguity around input formatting is a significant gap. It lacks usage guidance and parameter examples, making it incomplete for an agent to reliably call.

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?

The schema has one parameter 'q' with no description and 0% coverage, so the description must compensate. It adds that the tool deals with lat/lon coordinates, implying 'q' is the coordinate string to convert, but it does not specify accepted formats (e.g., decimal degrees, DMS notation) or provide examples. This partially bridges the gap but does not fully clarify parameter expectations.

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 ('conversion') and resource (DD, DMS, DM coordinate formats) with an explicit bidirectional arrow indicating transformation between the three. It clearly distinguishes itself from sibling tools like geohash or mgrs, which handle different coordinate encodings. No ambiguity exists about the tool's core function.

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 use when coordinate format conversion is needed, but it does not explicitly state when to use this tool over alternatives or exclude any cases. Since no sibling tool performs the same conversion, the lack of exclusion is acceptable, but there is no explicit guidance on input prerequisites or constraints. This falls into implied usage only.

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