Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Network Solve Closest Facility

arcgis_pro_network_solve_closest_facility

Find closest facilities for incidents using a local NetworkDataset and travel mode, then validate routes and all specified outputs.

Instructions

用本地 NetworkDataset 一次性求解 Closest Facility,并核验所有显式输出。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
incidentsYes
time_zoneNoLOCAL_TIME_AT_LOCATIONS
facilitiesYes
out_routesYes
time_unitsNoMINUTES
time_of_dayNo
travel_modeYes
line_barriersNo
out_incidentsNo
distance_unitsNoKILOMETERS
out_directionsNo
out_facilitiesNo
point_barriersNo
impedance_cutoffNo
polygon_barriersNo
route_shape_typeNoTRUE_SHAPE_WITH_MEASURES
travel_directionNoTO_FACILITY
time_of_day_usageNoDEPARTURE_TIME
network_data_sourceYes
target_facility_countNo
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.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false, destructiveHint=false, idempotentHint=false, and openWorldHint=false, so the safety and side-effect profile is partially covered. The description adds that it uses a local NetworkDataset, solves in one pass, and verifies explicit outputs, but does not clarify what gets written, what permissions are required, or how failures are handled.

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 a single front-loaded sentence with no filler or redundancy. It is concise and well-structured, though it is arguably too sparse for a tool with this many parameters.

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?

Given 21 parameters, 0% schema description coverage, and the presence of sibling network analysis tools, the description is inadequate. An output schema exists, so return values need not be explained, but input semantics, usage context, and behavioral details are largely missing.

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?

Schema description coverage is 0% across 21 parameters, so the description must carry the burden of explaining inputs. It only indirectly hints at network_data_source and the incidents/facilities concepts, without mapping any parameter names, defaults, or required formats.

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 states a specific verb and analysis type: solve Closest Facility using a local NetworkDataset. It distinguishes itself from generic network solve siblings by naming the exact analysis, though it does not explicitly name alternatives.

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?

It mentions using a local NetworkDataset and solving in one pass, which gives minimal context. However, it does not say when to use this tool versus siblings like arcgis_pro_network_solve_route, arcgis_pro_na_solve, or service area tools, and provides no exclusions or prerequisites.

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