Skip to main content
Glama
lwsinclair

ArcGIS Location Services MCP Server

by lwsinclair

geocode

Convert addresses or place names to geographic coordinates. Search by single-line address, place name, or point of interest with optional location and category filters.

Instructions

Search for an address, place or point of interest.

Args:
    singleLine: Complete address in a single string (e.g., "1600 Pennsylvania Ave NW, DC")
    address: Place name or address (e.g., "Starbucks" or "380 New York St")
    location: Optional point to search near, as "longitude,latitude" (e.g., "-122.4194,37.7749")
    category: Optional POI category to search for (e.g., "gas station")
    outFields: Fields to return in the response (default: all fields)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressNo
categoryNo
locationNo
outFieldsNo*
singleLineNo
Behavior2/5

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

Annotations are absent, so the description must disclose behaviors. It describes parameters but omits side effects, rate limits, or whether the tool is read-only. A read-only hint would improve transparency.

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 description is well-structured with a clear purpose sentence followed by an Args list. It is somewhat verbose but each part is relevant; no wasted text.

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?

Covers all parameters but lacks details on return values or behavior. Without an output schema, the description should hint at the response format (e.g., coordinates). Adequate but not complete.

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?

With 0% schema description coverage, the description compensates by explaining all 5 parameters, including purpose and format (e.g., location as 'longitude,latitude'). This adds clear value beyond the schema.

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 tool searches for addresses, places, or points of interest, which distinguishes forward geocoding from reverse_geocode. However, it does not explicitly differentiate from find_nearby_places.

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 siblings like reverse_geocode or find_nearby_places. The description provides parameter details but lacks context for tool selection.

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/lwsinclair/arcgis-location-services-mcp'

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