Skip to main content
Glama

Mapsource OpenStreetMap & Geospatial APIs

geo_data

Read-only

Read service status, basemap catalog, point elevation, contours, usage, and metrics. Status includes subsystem availability and replication lag. Elevation returns surface and raw model heights. Metrics report request rates, success rates, latency percentiles, and dataset ages. Status and basemaps are public; other operations require a subscription key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNoelevation and contours: latitude.
lonNoelevation and contours: longitude.
zoomNocontours only: detail level, 6 to 13. Defaults to 9.
bandsNocontours only: how many elevation bands, 4 to 24. Defaults to 14.
windowNometrics only: minutes to measure over. Defaults to 60.
operationYesstatus: service state and dataset freshness. basemaps: tile catalogue. elevation: ground height at a point. contours: banded topographic contours. usage: this key's consumption. metrics: request rates, latency percentiles and how old each dataset is.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • changedInput schema / properties / operation / description
      Previous value: -"status: service state and dataset freshness. basemaps: tile catalogue. elevation: ground height at a point. contours: banded topographic contours. usage: this key's consumption."New value: +"status: service state and dataset freshness. basemaps: tile catalogue. elevation: ground height at a point. contours: banded topographic contours. usage: this key's consumption. metrics: request rates, latency percentiles and how old each dataset is."
    • changedInput schema / properties / operation / enum
      Previous value: -[
      -  "status",
      -  "basemaps",
      -  "elevation",
      -  "contours",
      -  "usage"
      -]New value: +[
      +  "status",
      +  "basemaps",
      +  "elevation",
      +  "contours",
      +  "usage",
      +  "metrics"
      +]
    • addedInput schema / properties / window
      Added value: +{
      +  "description": "metrics only: minutes to measure over. Defaults to 60.",
      +  "maximum": 1440,
      +  "minimum": 1,
      +  "type": "integer"
      +}
  2. Added

TDQS

A3.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds substantial context beyond that: status reports subsystem availability and replication lag, elevation returns surface and raw model heights, metrics report rates/latencies/dataset ages, and the public-vs-subscription-key auth requirement is disclosed. This is genuinely useful behavioral detail not available in the structured fields.

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?

Four sentences, front-loaded with the operation list followed by per-operation output detail and the auth constraint. Each sentence carries information, though the output-detail sentence could be trimmed and the structure does not group constraints as cleanly as it could.

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?

With no output schema, the description does describe what several operations return (subsystem availability, replication lag, surface/raw model heights, request rates, latency percentiles, dataset ages) and covers the auth requirement, which is enough for a dispatcher tool. The notable gap is sibling differentiation against basemap_catalog/elevation/service_status, plus no disclosure of defaulting behavior for zoom/bands/window (left to the schema).

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 description coverage is 100%, and every parameter (lat, lon, zoom, bands, window, operation) is already documented with type bounds and per-operation applicability in the schema. The description reinforces operation-level semantics but adds no new parameter detail, so the baseline 3 for high coverage is appropriate.

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 uses a concrete verb (Read) and enumerates the six resources it covers (service status, basemap catalog, point elevation, contours, usage, metrics), giving a clear picture of the tool's scope. However, it draws no distinction from siblings like basemap_catalog, elevation, and service_status, which appear to overlap heavily with the 'basemaps', 'elevation', and 'status' operations, leaving the agent unable to tell which tool owns that functionality.

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

Usage Guidelines2/5

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

There is no explicit when-to-use guidance, no statement of when a sibling should be preferred, and no conditions selecting among the six operations beyond the auth note. The auth sentence ('Status and basemaps are public; other operations require a subscription key') is a prerequisite but not routing 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