Skip to main content
Glama

isochrone

Generate reachability polygons for time or distance contours from a point. Plan delivery zones or service areas.

Instructions

Generate a reachability polygon — the geographic area reachable from a point within a given time or distance.

Returns: GeoJSON FeatureCollection with one Polygon per contour. Each polygon is the boundary of the reachable area.

CONTOURS — you must provide EITHER contours_minutes OR contours_meters, not both and not neither:

  • contours_minutes: [5, 10, 15] returns 3 nested polygons for 5, 10, 15 min reach (max 4 values, max 60 min each)

  • contours_meters: [500, 1000, 2000] returns polygons for 500m, 1km, 2km reach (max 4 values)

OUTPUT: Pass GeoJSON directly to MapLibre addSource/addLayer, Leaflet geoJSON(), or Turf.js. USE FOR: Delivery zone visualization, service area planning, "show restaurants within 15 min walk".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYesOrigin latitude. Range: -90 to 90.
lonYesOrigin longitude. Range: -180 to 180.
contours_minutesNoTime-based contours in minutes. Provide this OR contours_meters, not both. Example: [5, 10, 15]. Max 4 values, max 60 each.
contours_metersNoDistance-based contours in metres. Provide this OR contours_minutes, not both. Example: [500, 1000, 2000]. Max 4 values.
modeNoTravel mode. Default: auto.
Behavior5/5

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

With no annotations provided, the description fully discloses the return format ('GeoJSON FeatureCollection with one Polygon per contour') and explains how to use the output with mapping libraries. It also notes constraints like max values and mutual exclusivity, ensuring transparent behavior.

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 well-structured with sections (purpose, output, contours, use cases) and uses bold for emphasis. Every sentence is informative without redundancy, achieving conciseness and clarity.

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

Completeness5/5

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

Given the tool's complexity (mutual exclusivity, multiple parameter types, GeoJSON output), the description covers all necessary information: purpose, parameter rules, output format, and integration examples. No output schema exists, but the description compensates adequately.

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

Parameters5/5

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

Although input schema coverage is 100%, the description adds significant value by reinforcing mutual exclusivity, providing example values, stating the default mode ('auto'), and explaining the output format. This goes beyond the schema's bare definitions.

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 'Generate a reachability polygon' and specifies the geographic area reachable from a point within a given time or distance. It distinguishes itself from sibling tools by mentioning specific use cases like delivery zone visualization and service area planning.

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use the tool (e.g., 'show restaurants within 15 min walk') and includes clear instructions for the contours parameters: 'you must provide EITHER contours_minutes OR contours_meters, not both and not neither', with examples and constraints.

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/algolayertechnologies/mapsi-mcp'

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