Skip to main content
Glama

Mapsource OpenStreetMap & Geospatial APIs

geo_navigate

Read-only

Navigation operations: route, matrix, isochrone, map_match, snap, and optimize. Route accepts 2–10 waypoints and optional elevation profiles. Matrix supports up to 625 pairs. Map matching accepts up to 1,000 trace points; optimization accepts 3–20 stops. Results include geometry or travel costs and source metadata. Requires a subscription key. Unroutable requests return an error and require revised inputs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
costingNoTravel mode used to weight the road graph.auto
sourcesNomatrix only: the origins.
targetsNomatrix only: the destinations. Omit for a square matrix of sources against themselves.
contoursNoisochrone only: travel-time bands in minutes.
elevationNoroute only: also return a sampled terrain profile with total gain and loss.
locationsNoWaypoints for route and optimize, points for snap, or the ordered trace for map_match. For isochrone, the single origin.
operationYesroute: turn-by-turn between waypoints. matrix: many-to-many times and distances. isochrone: reachable-area polygons. map_match: fit a GPS trace to the road network. snap: nearest network point. optimize: best visit order.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already establish the safe read-only profile (readOnlyHint=true, destructiveHint=false). The description adds meaningful context beyond that: it discloses the subscription-key auth requirement, describes what results contain (geometry or travel costs plus source metadata), and states that unroutable requests fail with an error requiring revised inputs. This is useful operational disclosure the annotations do not carry.

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?

Front-loaded with the operation list, then capacity limits, then auth and error behavior in three compact sentences. Every clause carries information and nothing is padded, though the dense run-on listing without formatting slightly reduces scannability.

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 six-operation tool with no output schema, the description covers operation inventory, per-operation size limits, auth, error handling, and a summary of return content. The main remaining gap is the unresolved overlap with the sibling `route` and `isochrone` tools, which an agent must be told how to disambiguate.

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%, so the baseline is 3, but the description genuinely adds constraints absent from the schema: the 2-10 route waypoint range, the 3-20 optimize stop range, the 625-pair matrix cap, and the 1,000-point map_match trace limit. It also clarifies that elevation is optional for route, tying the boolean parameter to a concrete behavior.

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 opens with a specific resource and enumerates all six operations (route, matrix, isochrone, map_match, snap, optimize), so an agent knows exactly what capability is behind the name. However, it never differentiates from the sibling tools `route`, `isochrone`, and `elevation`, whose names overlap directly with operations and parameters this tool exposes, leaving genuine ambiguity about which tool to pick.

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?

Per-operation constraints (2-10 waypoints, 625 pairs, 1,000 trace points, 3-20 stops) implicitly guide which operation suits a given workload, and the schema supplies per-operation parameter notes. But there is no explicit when-to-use-this-vs-`route`/`isochrone` guidance and no stated exclusions, so selection against siblings is left to inference.

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