Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Post Version

arcgis_pro_post_version
DestructiveIdempotent

Reconcile and post an edit version to a target version using official ReconcileVersions; exact version confirmation is required because the operation is irreversible.

Instructions

用官方 ReconcileVersions 对一个精确编辑版本执行协调并提交;不可撤销,需要企业/破坏性双门、目标与编辑版本精确回显及固定确认短语。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
out_log_pathNo
version_nameYes
confirm_actionNo
target_versionYes
workspace_pathYes
abort_on_conflictsNo
conflict_definitionNoBY_OBJECT
conflict_resolutionNoFAVOR_TARGET_VERSION
confirm_version_nameNo
confirm_target_versionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

A3.5/5.0
Behavior4/5

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

With annotations already declaring destructiveHint=true and readOnlyHint=false, the description adds meaningful non-annotation behavior: irreversibility, the need for a destructive/enterprise double gate, exact confirmation inputs, and a fixed confirmation phrase. It still does not state what specifically is destroyed or what happens on repeated invocation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

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

The description is a single, front-loaded sentence that packs the action, irreversible nature, safety gates, and confirmation requirements without redundant filler. Every clause adds operational value.

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 described. For a complex, irreversible 10-parameter version post operation, the description covers the critical safety gates but omits conflict-resolution behavior and several parameter semantics that the 0%-covered schema cannot supply.

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% for 10 parameters, so the description must compensate but only partially does. It clarifies the version-echo and confirmation-phrase parameters, yet conflict handling, abort behavior, workspace path, and log output remain unexplained.

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: perform reconcile and post on a precise edit version using the official ReconcileVersions workflow. It distinguishes the committed post action from a mere reconcile, but it does not explicitly contrast with the sibling arcgis_pro_reconcile_versions tool.

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?

It provides prerequisites and safety conditions (enterprise/destructive double gate, exact version echo, fixed confirmation phrase), which implies when the tool is appropriate. However, there is no explicit guidance on when to use this instead of arcgis_pro_reconcile_versions or other edit-application 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