Skip to main content
Glama
NeshanMaps

Neshan MCP Server

Official
by NeshanMaps

neshan_tsp

Optimizes the visiting order of multiple destinations using the Traveling Salesman Problem algorithm to minimize route distance. Supports round trips and flexible start/end points.

Instructions

Find the optimal visiting order for multiple destinations (TSP).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
waypointsYesStops as [[lat, lng], ...] (first item is the start).
round_tripNoIf True, the route returns to the start point.
last_is_any_pointNoLet the optimizer choose any stop as the end.
source_is_any_pointNoLet the optimizer choose any stop as start.
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only states the high-level purpose without disclosing any behavioral traits such as constraints, assumptions, or side effects beyond what the name implies.

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?

A single sentence of 10 words efficiently conveys the tool's purpose with no redundancy. It is front-loaded and easy to parse.

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 the absence of an output schema and annotations, the description lacks information about the return format (e.g., ordered list of indices or waypoints) and contextual details like usage scenarios or limitations.

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 coverage is 100%, so the baseline is 3. The description does not add extra meaning beyond the parameter descriptions in the schema. All parameters have sufficient descriptions in the schema itself.

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 verb 'Find' and the resource 'optimal visiting order', with the acronym 'TSP' specifying the problem type. It distinguishes this tool from siblings like neshan_direction (simple routing) and neshan_vrp_logistic (more complex vehicle routing).

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives like neshan_direction or neshan_vrp_logistic. The description does not state prerequisites or 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