Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Network Solve Service Area

arcgis_pro_network_solve_service_area

Solve Service Areas from local NetworkDataset facilities using travel mode and cutoffs, then export and verify polygons, lines, and facilities.

Instructions

用本地 NetworkDataset 一次性求解 Service Area,导出并核验 polygons/lines/facilities。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cutoffsYes
out_linesNo
time_zoneNoLOCAL_TIME_AT_LOCATIONS
facilitiesYes
time_unitsNoMINUTES
time_of_dayNo
travel_modeYes
out_polygonsYes
line_barriersNo
distance_unitsNoKILOMETERS
out_facilitiesNo
point_barriersNo
polygon_detailNoSTANDARD
polygon_barriersNo
travel_directionNoFROM_FACILITY
geometry_at_cutoffNoRINGS
geometry_at_overlapNoOVERLAP
network_data_sourceYes
ignore_invalid_locationsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

C2.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false, destructiveHint=false, and idempotentHint=false, so the mutation profile is partly covered. The description adds that the operation exports and verifies polygons/lines/facilities in one call, but says nothing about prerequisites (Network Analyst extension, licensing), runtime cost, or what gets written where.

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?

A single front-loaded sentence with no filler, which is efficient in tone, but for a 19-parameter geoprocessing operation it is arguably under-specified rather than genuinely concise.

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?

The output schema exists, so return values need not be explained, but for a complex network-analysis tool with 19 undocumented params and no sibling differentiation, the description is far too thin to let an agent call it correctly.

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

Parameters2/5

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

With 19 parameters and 0% schema description coverage and no enums, the description must carry the load but only names polygons/lines/facilities, covering roughly three output-path params. Critical inputs like cutoffs, travel_mode, travel_direction, geometry_at_cutoff, and the barrier params are left entirely undefined.

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 verb+resource (solve Service Area) and adds scope (local NetworkDataset, one-shot, export and verify outputs). However it never distinguishes itself from the near-identical sibling arcgis_pro_na_service_area, so an agent cannot tell which Service Area tool to pick without opening schemas.

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 when-to-use, when-not-to-use, or alternative guidance. The mention of 'local NetworkDataset' hints at the data source but does not explain when this tool is preferred over arcgis_pro_na_service_area or the other network solve siblings.

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