Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Unregister As Versioned

arcgis_pro_unregister_as_versioned
DestructiveIdempotent

Unregister a versioned .sde dataset, requiring exact path confirmation and destructive-action safeguards; discard edits only with the fixed confirmation phrase.

Instructions

取消受控 .sde 数据集版本化;需要企业写门、破坏性门、路径精确回显,丢弃编辑另需固定确认短语。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keep_editNoKEEP_EDIT
dataset_pathYes
compress_defaultNoNO_COMPRESS_DEFAULT
confirm_dataset_pathNo
confirm_discard_editsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare destructiveHint=true and idempotentHint=true, so the safety profile is covered. The description adds genuinely useful context beyond them: it requires an enterprise write gate, a destructive gate, and exact path echo, and discarding edits requires a fixed confirmation phrase.

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 dense sentence that front-loads the operation and then the gating requirements. No filler, though the semicolon-packed clause is somewhat terse.

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. The purpose and gating are covered, but with 0% schema coverage and four non-required parameters, the description omits semantics for keep_edit and compress_default, leaving the agent unable to fully configure the call.

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

Parameters3/5

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

Schema coverage is 0%, so the description must carry the burden. It hints at confirm_dataset_path ('exact path echo') and confirm_discard_edits ('fixed confirmation phrase'), but says nothing about keep_edit or compress_default, leaving half the parameters undocumented anywhere.

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 (unregister versioning) and resource (controlled .sde dataset), clearly distinguishing it from the sibling arcgis_pro_register_as_versioned. It does not name the sibling explicitly, but the operation and target are unambiguous.

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?

The description lists prerequisites (enterprise write gate, destructive gate, exact path echo, confirmation phrase for discarding edits), which implies context, but it never states when to choose this tool over register_as_versioned or other dataset maintenance tools. Usage is inferable 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