Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Gp Check Geometry

arcgis_pro_gp_check_geometry
Idempotent

Validate feature geometry and identify errors by running an ArcGIS Pro geoprocessing check, writing results to an output table.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
out_tableYes
in_featuresYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

C2.1/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=true. The description adds that results are 'verifiable structured results' and that write and path restrictions depend on service capabilities, which is some useful operational context beyond the annotations. However, it still does not disclose what gets written (e.g., the output table), permission requirements, 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.

Conciseness2/5

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

The description is short but under-specified rather than concise. The first clause is a tautological restatement of the tool name, and the second clause is a vague generic statement. No sentence delivers actionable information for invocation.

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?

Although an output schema exists and annotations are present, the description still omits usage context and parameter semantics entirely. For a tool with two required parameters and no schema descriptions, this leaves critical gaps for an agent trying to call it correctly. Only a generic note about service capability limits is provided.

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 both required parameters, in_features and out_table. The description does not mention either parameter or explain their expected input formats or relationship. It provides no semantic guidance to compensate for the undocumented schema.

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?

The description 'ArcGIS Pro:检查gp check geometry' essentially restates the tool name and title in Chinese. It does not state in plain language what geometry checking does or what distinguishes it from sibling tools like arcgis_pro_gp_repair_geometry or arcgis_pro_validate_topology. This is a tautology rather than a specific verb+resource explanation.

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?

The description provides no when-to-use guidance, no conditions for selecting this tool over alternatives, and no prerequisites. An agent must infer usage entirely from the tool name. There is no mention of when it is appropriate versus arcgis_pro_gp_repair_geometry or other validation tools.

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