Skip to main content
Glama

AgentGeo — Geocoding, Weather & Location

geocode_address

Forward or reverse geocoding using OpenStreetMap Nominatim. Forward: convert an address to lat/lon. Reverse: convert lat/lon to an address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoAddress or place name to forward geocode
latNoLatitude for reverse geocoding
lonNoLongitude for reverse geocoding
limitNoNumber of results (max 5)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It accurately describes the two modes of operation. However, it omits important behavioral details such as rate limits, external API dependency, or any constraints on usage, leaving gaps in transparency.

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 concise (two sentences) and front-loaded with the core purpose. Every word adds value, with no redundancy or unnecessary details.

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?

Given the complexity of geocoding and the lack of an output schema, the description is incomplete. It does not specify the structure of the returned data (e.g., coordinates for forward, address for reverse) or any pagination or result format, leaving the agent uncertain about what to expect.

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%, so the baseline is 3. The description does not add additional meaning beyond the schema; it merely summarizes the two modes. It does not explain how parameters interact (e.g., q vs lat/lon) or provide extra context.

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 does forward and reverse geocoding using OpenStreetMap Nominatim, distinguishing between the two modes (address to lat/lon and lat/lon to address). This is specific and unambiguous.

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 each mode (forward for address conversion, reverse for lat/lon conversion), providing clear context. However, it does not discuss when not to use the tool or mention any limitations or alternatives, missing a chance for more complete guidance.

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