Skip to main content
Glama
NeshanMaps

Neshan MCP Server

Official
by NeshanMaps

neshan_static_map_arc

Generate a static map image with a curved arc connecting two geographic points, ideal for visualizing origin-destination relationships and travel connections without routing.

Instructions

Render a static map image (PNG) with a curved arc line between two points.

Useful for visualising geographic connections, travel reports, or origin-destination relationships on a map without performing full routing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
colorNoArc colour as a hex string (e.g. '#FF0AA5'). Defaults to API default.
widthNoImage width in pixels (16-2000).
dashedNoRender the arc as a dashed line.
heightNoImage height in pixels (16-1200).
dest_latYes
dest_lngYes
map_typeNo'standard-day', 'standard-night', 'bright', 'osm-bright', 'neshan', 'dreamy', 'dreamy-gold', or 'pelak'.standard-night
origin_latYes
origin_lngYes
marker1_tokenNoCustom icon token for the origin marker (upload via Neshan panel).
marker2_tokenNoCustom icon token for the destination marker.
Behavior3/5

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

No annotations exist, so the description must carry behavioral burden. It states the output is a PNG image, but does not disclose side effects, auth requirements, or how the image is returned.

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 concise sentences with zero waste, effectively front-loading the core purpose.

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

Completeness2/5

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

Given 11 parameters and no output schema, the description is insufficient. It omits return format, coordinate semantics, and differentiation from static_map siblings.

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?

With schema coverage at 64%, the description adds no parameter-specific context. The required coordinate parameters (origin_lat, etc.) lack descriptions in both schema and tool description.

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 the tool renders a PNG with a curved arc between two points, and provides concrete use cases like visualising geographic connections.

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

Usage Guidelines4/5

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

The description explicitly says when to use it (visualising geographic connections without full routing), but does not contrast with sibling tools like neshan_static_map.

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