Skip to main content
Glama
mapdevsaikat

quanta-route-geocoder

by mapdevsaikat

batch_location_lookup

Batch resolve up to 100 locations by coordinates or DigiPin in one request.

Instructions

🚀 REVOLUTIONARY: Batch lookup for multiple locations. Each location can be specified by coordinates or DigiPin (up to 100 locations).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
locationsYesArray of location objects (each with latitude+longitude OR digipin)
Behavior2/5

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

No annotations or output schema are provided, so the description must disclose behavior. It only restates the input cap that is already in the schema and gives no information about result shape, failure handling, ordering, rate limits, or side effects. 'REVOLUTIONARY' adds no behavioral value.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The substantive content is compact and front-loaded: batch scope, input forms, and limit all appear in two short sentences. The '🚀 REVOLUTIONARY' prefix is unnecessary marketing noise, preventing a perfect score.

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?

For a tool with no output schema and no annotations, the description should at least indicate what the caller gets back, how invalid/unknown locations are handled, and how this relates to the sibling lookup tools. None of that is present, so the definition is not complete enough for confident invocation.

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?

The schema already documents the only parameter fully: an array of objects with either latitude+longitude or digipin, max 100 items. The description adds no new parameter-level meaning beyond repeating this structure, so the baseline of 3 applies.

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?

States a specific action ('batch lookup') on a specific resource ('multiple locations') and identifies the two allowed input forms (coordinates or DigiPin) plus the 100-location cap. It is distinguishable from the single-location siblings, though it does not specify what the lookup returns or contrast with batch_geocode.

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?

Usage is implied: callers should use this when they have multiple locations specified by coordinates or DigiPin. However, there is no explicit guidance about when to choose it over batch_geocode, the single-lookup siblings, or autocomplete, and no exclusions are stated.

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/mapdevsaikat/quantaroute-geocoder'

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