Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Disable Editor Tracking

arcgis_pro_disable_editor_tracking
DestructiveIdempotent

Disable editor tracking on selected fields in an SDE dataset while preserving those fields. Requires dataset path confirmation to prevent unintended changes.

Instructions

禁用受控 .sde 数据集选定编辑追踪项但保留字段;需要双门和数据集路径精确回显。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataset_pathYes
disable_creatorNo
disable_last_editorNo
confirm_dataset_pathNo
disable_creation_dateNo
disable_last_edit_dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

A3.8/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 partly covered. The description adds useful behavioral context by stating that fields are retained after tracking is disabled and that a double gate (exact dataset path echo) is required. It still omits things like permission requirements or exact scope of 'selected' tracking items.

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 compact sentence front-loads the action and resource, then adds the two key constraints. There is no redundant or filler content.

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?

For a destructive, complex mutation with six parameters and no schema descriptions, the description is only partially complete. It covers field retention and the confirmation requirement, and an output schema exists so return values need not be described. However, it lacks parameter-level detail and permission or side-effect context that would help an agent invoke it correctly.

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 six undocumented parameters. It hints at dataset_path and confirm_dataset_path by requiring exact path echo, but gives no meaning for the four boolean disable_* flags or their defaults. Parameter names are self-descriptive but not fully sufficient for safe invocation.

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 ('编辑追踪项'), scopes it to controlled .sde datasets, and distinguishes itself from the sibling enable_editor_tracking tool. It also notes that fields are retained, which clarifies the boundary of the operation.

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?

Provides a prerequisite ('需要双门和数据集路径精确回显'), implying that confirm_dataset_path must match dataset_path. However, it does not explain when to use this tool versus alternatives such as enable_editor_tracking or other maintenance tools, nor does it list exclusions.

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