Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Delete Coded Value From Domain

arcgis_pro_delete_coded_value_from_domain
DestructiveIdempotent

Remove a specific code from a coded value domain in an ArcGIS Pro workspace. Requires a destructive flag and confirm=true to execute.

Instructions

从编码值域移除一个精确代码;需要破坏性开关及 confirm=true。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes
confirmNo
domain_nameYes
workspace_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

A4/5.0
Behavior4/5

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

Annotations already mark this as destructive and non-read-only, but the description adds that a destructive switch and confirm=true are required. It does not describe downstream effects on existing features, which is a minor gap.

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?

A single short sentence that is front-loaded and wastes no words. It communicates the action and the critical confirm requirement directly.

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?

Annotations cover the destructive safety profile and an output schema exists, so return values need not be described. However, the description omits workspace_path and domain_name semantics and does not warn about the downstream impact of removing a coded value.

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 must compensate for the parameters. It clarifies code and confirm, but says nothing about workspace_path or domain_name, leaving two required parameters undocumented.

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: removing an exact code from a coded-value domain. It is clearly distinguishable from the sibling arcgis_pro_add_coded_value_to_domain.

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

Usage Guidelines4/5

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

Provides the key gating condition for use: a destructive switch is required and confirm=true must be set. It does not explicitly state when-not-to-use or name alternatives, but the context is clear.

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