Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Register As Versioned

arcgis_pro_register_as_versioned
Idempotent

Register a controlled .sde dataset as versioned and confirm status via Describe; enterprise write access is required.

Instructions

将受控 .sde 数据集注册为版本化并通过 Describe 复核;需要企业写门。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataset_pathYes
edit_to_baseNoNO_EDITS_TO_BASE

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

B3.4/5.0
Behavior4/5

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

Annotations already convey the safety profile (readOnlyHint=false, idempotentHint=true, destructiveHint=false), so the bar is lower; the description still adds real value by disclosing the enterprise write-gate requirement and the post-operation Describe re-check. It does not say what happens to existing state if the dataset is re-registered, but the added auth and verification context is substantive.

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?

A single front-loaded clause states the action, then folds in verification and the prerequisite with no filler. It is tight, though somewhat clipped for a mutation operation with an undocumented behavioral parameter.

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?

An output schema exists, so return values need not be explained, and the annotations cover the safety profile. The gaps are the undocumented edit_to_base choice and the absence of any when-not guidance for a write operation on an enterprise dataset.

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%, so the description carries the full burden for both parameters and fails: the required dataset_path is only implied by '.sde 数据集', and the consequential edit_to_base parameter (default NO_EDITS_TO_BASE) is never mentioned. An agent cannot learn from the description whether edits go to base or to the new version.

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?

Names a specific verb+resource pair ('将受控 .sde 数据集注册为版本化') and disambiguates cleanly against the sibling arcgis_pro_unregister_as_versioned. It also notes a secondary effect (verification via Describe), giving the agent a full picture of the operation. It stops short of explicitly naming alternatives, so a 5 is not warranted.

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

Usage Guidelines3/5

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

'需要企业写门' communicates a hard precondition (enterprise/geodatabase write access) that governs whether the tool can be called at all. However, it gives no when-to-use vs when-not guidance and never points to unregister_as_versioned or the version-management siblings. Usage is implied rather than stated.

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