Skip to main content
Glama
NeshanMaps

Neshan MCP Server

Official
by NeshanMaps

neshan_deeplink

Generate Neshan deeplinks to show a location or navigate between two points. Opens the app if installed, otherwise falls back to the web.

Instructions

Generate Neshan app deeplinks for showing a point or navigating between two points.

If the Neshan app is installed the link opens it directly; otherwise it falls back to the Neshan web app. Returns both Android/Web and iOS variants.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNo
lngNo
vehicleNo'car' (default), 'motorcycle', 'pedestrian', 'bicycle', 'transit'. Note: Android/Web only supports 'car' and 'motorcycle'.car
dest_latNo
dest_lngNo
link_typeYes'point' to pin a location, 'routing' for turn-by-turn navigation.
origin_latNo
origin_lngNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, description carries full burden. It discloses fallback to web app and return of both platform variants, but does not cover authentication, rate limits, or error handling for invalid coordinates.

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?

Description is extremely concise at three sentences, with the most important information (purpose and fallback) front-loaded. Every sentence adds value.

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?

Given 8 parameters and complexity, description adequately covers core functionality and return variants, but lacks details on coordinate constraints, parameter relationships, and output schema. An output schema exists but is not described.

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

Parameters2/5

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

Schema description coverage is only 25%. Description adds minimal meaning beyond schema (e.g., mention of point and routing), but does not elaborate on coordinate parameters, origin/dest, or return format, which are needed given low 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 clearly states the tool generates deeplinks for showing a point or navigation, with specific verb 'generate' and resource 'deeplinks', distinguishing it from sibling tools that handle other mapping functions.

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?

Description mentions fallback behavior and return variants, but lacks explicit guidance on when to use this tool versus alternatives, and does not specify when not to use it.

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