Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Remove Contingent Value

arcgis_pro_remove_contingent_value
DestructiveIdempotent

Remove a contingent value from an ArcGIS Pro dataset by exact CAV ID and verify it no longer exists, requiring exact dataset echo and a fixed confirmation phrase.

Instructions

按精确 CAV id 移除条件值并核验不存在;需要方案变更双门、目标精确回显和固定确认短语。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmationYes
dataset_pathYes
expected_datasetYes
contingent_value_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

A3.9/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 goes further by disclosing the operational guards: a plan-change double-gate, exact target echo, and a fixed confirmation phrase, plus post-removal verification. It stops short of describing permissions or rollback behavior.

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 sentence with semicolons separating the action from its conditions. Compact and efficient, though the dense clause stacking slightly reduces immediate parseability.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a destructive mutation tool with annotations and an output schema, the description supplies the key safety mechanics (double-gate, confirmation phrase, verification). Remaining gaps are parameter-level format details, which the 0%-coverage schema does not fill.

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 carries the burden. It hints at the roles of contingent_value_id ("精确 CAV id"), expected_dataset ("目标精确回显"), and confirmation ("固定确认短语"), but leaves dataset_path vs expected_dataset distinction and exact formats unexplained. It partially compensates but not fully.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb and resource ("按精确 CAV id 移除条件值") plus scope (by exact CAV id, verify non-existence). This clearly distinguishes it from the sibling list/add/export/import contingent-value tools without needing their schemas.

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 implies the removal scenario and names a precondition (requires a plan-change double-gate), but never says when to prefer this tool over siblings like add_contingent_value or when not to use it. Usage is inferred 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