Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Gp Validate Topology

arcgis_pro_gp_validate_topology
Idempotent

Validate an ArcGIS topology to identify geometric errors and rule violations, returning structured results so you can fix data quality issues before analysis or publishing.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
in_topologyYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

B3/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=false, destructiveHint=false, idempotentHint=true, and openWorldHint=false, so the safety profile is largely covered structurally. The description adds that writes and path limits depend on service capabilities, which is useful context, but it remains vague and does not elaborate on side effects, permissions, or failure modes.

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 short, front-loaded with the core action, and has no wasted sentences. It is perhaps too terse for its complexity, but it is structurally efficient.

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?

Given the low tool complexity, available annotations, and an output schema, the description covers the basic purpose and notes service capability limits. It still omits usage context and parameter meaning, which leaves meaningful gaps for an agent trying to invoke 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?

The schema has one required parameter, in_topology, with 0% description coverage. The description does not explain what value should be supplied, what format it takes (workspace path, topology name, etc.), or how errors are handled, so it fails to compensate for the schema gap.

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 names a specific verb and resource ('验证拓扑' / validate topology) and places it in ArcGIS Pro, so the core action is clear. It does not, however, distinguish this tool from nearby siblings such as arcgis_pro_validate_topology or arcgis_pro_validate_utility_network_topology.

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?

There is no statement of when to use this tool versus alternatives, nor any prerequisite or context guidance. The only usage-adjacent text mentions that write and path restrictions depend on service capabilities, which is not enough to guide selection.

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