Skip to main content
Glama

geo_mgrs

Convert MGRS coordinates to latitude/longitude or vice versa, with precision levels from 10km to 1m.

Instructions

Convert between MGRS (Military Grid Reference System) and latitude/longitude coordinates. Provide either an MGRS string to convert to lat/lng, or lat/lng to convert to MGRS.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNoLatitude to convert to MGRS (-80 to 84)
lngNoLongitude to convert to MGRS (-180 to 180)
mgrsNoMGRS coordinate string to convert to lat/lng (e.g. '33UUP0500011800')
precisionNoMGRS precision level from 1 (10km) to 5 (1m), default 5
Behavior3/5

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

No annotations are provided, so the description must convey behavioral traits. It describes a stateless conversion with no side effects, but does not mention any limitations, auth requirements, or rate limits. Adequate but not comprehensive.

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 sentences, front-loaded with the purpose, and contains no extraneous information. Every word earns its place.

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 conversion tool with 100% parameter coverage and no output schema, the description adequately covers what the tool does and the two modes of operation. It could mention the expected output format briefly, but it's largely complete.

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

Parameters4/5

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

Schema coverage is 100%, baseline 3. The description adds value by clarifying the mutual exclusivity of input groups (lat+lng vs mgrs), which is not enforced by the schema. It also reiterates the precision range.

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 states the tool converts between MGRS and lat/lng coordinates, with bidirectional conversion explicitly mentioned. It is distinct from sibling geo tools like geo_bbox or geo_distance.

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 explains when to use the tool: when you have an MGRS string or lat/lng coordinates. It implies mutual exclusivity of inputs. However, it does not explicitly exclude alternatives or provide guidance on when not to use it.

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/badchars/satellite-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server