Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Na Service Area

arcgis_pro_na_service_area
Idempotent

Creates service area polygons around facilities using a network data source, with optional travel mode, cutoffs, and output layer name.

Instructions

ArcGIS Pro:service服务。返回可验证的结构化结果;写入和路径限制以服务能力为准。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cutoffsNo
layer_nameNoServiceArea
travel_modeNo
network_data_sourceYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

D1.7/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=false, destructiveHint=false, idempotentHint=true, and openWorldHint=false. The description adds only vague boilerplate ("returns verifiable structured results", "write and path restrictions are subject to service capabilities") with no concrete behavior such as what layer/output is created, required network data, or error conditions.

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

Conciseness3/5

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

It is brief and front-loaded with the product name, with no padding sentences. However, brevity here reflects under-specification rather than efficient communication of the essential facts.

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

Completeness1/5

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

For a network-analysis solve tool with four undocumented parameters and 0% schema coverage, the description should explain the operation, its inputs, and its output layer. The generic boilerplate leaves an agent unable to call it correctly, despite an output schema existing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% for all four parameters (cutoffs, layer_name, travel_mode, network_data_source), and the description supplies no meaning, format, or defaults for any of them. It does not compensate for the coverage gap at all.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

"ArcGIS Pro:service服务" essentially restates the tool name (na_service_area) without saying it generates service-area polygons from a network dataset. It never uses a specific verb+resource pair that would let an agent distinguish it from arcgis_pro_na_solve or arcgis_pro_network_solve_service_area.

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

Usage Guidelines1/5

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

No when-to-use, when-not-to-use, prerequisites, or alternative tools are named. With dozens of sibling network/GP analysis tools, the agent gets zero routing guidance from this description.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools