Skip to main content
Glama

geo.navigation.isochrone

Calculate travel reachability areas from any location to show how far you can go within a specific time or distance using driving, walking, or cycling modes.

Instructions

Get reachability area (isochrone) — polygon showing how far you can travel from a point in a given time or distance (Geoapify/OSM)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYesCenter point latitude (e.g. 52.5200)
lonYesCenter point longitude (e.g. 13.4050)
modeNoTravel mode: drive, walk, or bicycle. Default: drive.
timeNoReachability time in seconds (default 900 = 15 min, max 7200 = 2h). Mutually exclusive with distance.
distanceNoReachability distance in meters (max 100km). Mutually exclusive with time.
Behavior3/5

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

With no annotations provided, the description carries full behavioral disclosure burden. It successfully indicates the return type is a polygon and identifies the external data source (Geoapify/OSM), but omits rate limits, authentication requirements, polygon format (GeoJSON), and error handling for mutually exclusive parameters.

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?

Single dense sentence with zero waste. Front-loads the core concept (isochrone), immediately clarifies the technical term with a parenthetical explanation, and ends with data source attribution. Every clause earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema exists, so the description must hint at return values. It mentions 'polygon' which partially addresses this gap, but lacks specifics on coordinate system, polygon complexity, or accompanying metadata. Adequate for a 5-parameter tool with excellent schema coverage, but not comprehensive.

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%, so the schema fully documents all 5 parameters including constraints. The description adds conceptual grouping ('time or distance') that maps to the mutually exclusive parameters, but does not add syntax, units, or format details beyond what the schema already provides. Baseline 3 appropriate for high schema coverage.

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?

Description uses specific verb 'Get reachability area' and defines the resource clearly as an isochrone polygon. It distinguishes from sibling geo.navigation.route by emphasizing area-based reachability (polygon) rather than path-based routing. The data source attribution (Geoapify/OSM) further clarifies scope.

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?

No explicit when-to-use or when-not-to-use guidance is provided. While the description implies use cases (travel reachability analysis), it does not contrast with geo.navigation.route or specify prerequisites like requiring coordinates first. Usage is implied but not directive.

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/whiteknightonhorse/APIbase'

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