Skip to main content
Glama
NeshanMaps

Neshan MCP Server

Official
by NeshanMaps

neshan_isochrone

Calculate reachable areas from a point by time or distance. Returns isochrone polygons or line strings as GeoJSON.

Instructions

Calculate the reachable area from a point within a given time or distance (isochrone).

Returns a GeoJSON FeatureCollection. Each feature's geometry is a Polygon or LineString (controlled by 'polygon') and properties.metric is 'time' or 'distance'. Both distance and time can be requested simultaneously.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYesCenter latitude.
lngYesCenter longitude.
timeNoMax reachable time in minutes. At least one of distance/time is required.
denoiseNoSimplification level 0–1 (0 = full detail, 1 = maximum simplification).
polygonNoTrue → Polygon geometry; False → LineString geometry (default False).
distanceNoMax reachable distance in km. At least one of distance/time is required.
Behavior4/5

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

With no annotations, the description carries full burden. It discloses the return type (GeoJSON FeatureCollection), geometry control via 'polygon', metric property, and the ability to request both time and distance. It does not mention side effects or safety, but for a calculation tool, this is adequate.

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 two sentences, front-loaded with the purpose, and every word is informative. No redundant or irrelevant information.

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?

Given the tool's complexity (6 parameters, no output schema), the description covers key aspects: purpose, output format, and parameter interplay. It lacks details on coordinate system, error handling, or behavior of multiple features, but is largely sufficient for typical use.

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 baseline is 3. The description adds value by explaining output structure (FeatureCollection with geometry and properties) and how parameters interplay (both time/distance can be requested simultaneously), which goes beyond the schema's per-parameter descriptions.

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 clearly states the purpose: 'Calculate the reachable area from a point within a given time or distance (isochrone).' It also describes the output format (GeoJSON FeatureCollection) and distinguishes from sibling tools by its specific functionality, though it does not explicitly contrast with them.

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?

The description implies that at least one of 'time' or 'distance' must be provided (from schema), and that both can be used simultaneously. However, it does not provide explicit guidance on when to choose this tool over siblings, nor any exclusions or prerequisite conditions.

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/NeshanMaps/Neshan-MCP'

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