Skip to main content
Glama
muend

arcgis-mcp-bridge

service_area

Solve reachable service area polygons around facility points using travel cutoffs for accessibility mapping around schools, hospitals, or stores.

Instructions

Solve reachable service area polygons around facility points using ArcPy Network Analyst MakeServiceAreaAnalysisLayer. Use this to map accessibility around schools, hospitals, stations, depots, stores, or emergency facilities at one or more travel cutoffs. Requires a Network Analyst license; reads a network_dataset and facilities, then writes solved polygon features to out_features inside PathGuard roots.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so description must disclose behavioral traits. It notes license requirement, reads network dataset, writes polygon features, and PathGuard constraints. However, it does not cover error behavior, performance, or side effects like temporary files, leaving gaps.

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?

Two sentences, front-loaded with purpose and key constructs. No redundant information; every word contributes.

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 basic requirements and outputs, but lacks details on travel mode behavior, cutoff handling, and overwrite semantics. Adequate for a straightforward tool but not comprehensive for complex network analysis.

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?

Description mentions key inputs (network_dataset, facilities, out_features) but not cutoffs, travel_mode, or overwrite. Although the input schema has descriptions per parameter (context says 'Schema description coverage: 0%', which may be erroneous, but based on given data, description adds moderate value).

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?

Description clearly states the tool solves reachable service area polygons using MakeServiceAreaAnalysisLayer and provides specific use cases (schools, hospitals, etc.). However, it does not explicitly differentiate from sibling tools like closest_facility or route_analysis, leaving some ambiguity.

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 license requirement and process flow, implying when to use. But it lacks explicit when-not-to-use guidance or alternatives, which would help an agent choose among network analysis tools.

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/muend/arcgis-mcp-bridge'

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