Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Gp Delete Dataset

arcgis_pro_gp_delete_dataset
DestructiveIdempotent

Delete a dataset in ArcGIS Pro using its path. Returns structured results and respects service path boundaries.

Instructions

ArcGIS Pro:删除数据集。返回可验证的结构化结果;写入和路径限制以服务能力为准。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
in_dataYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true, idempotentHint=true, and readOnlyHint=false, so the risk profile is covered structurally. The description adds marginal value by noting results are verifiable/structured and that write and path restrictions depend on service capability, but it never explains the confirm gate or what is irreversibly destroyed.

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?

Two short sentences with the verb+resource front-loaded and no padding. '返回可验证的结构化结果' is somewhat generic filler, but the overall size is appropriate.

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

Completeness2/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 no explanation, and annotations cover safety. But for a destructive delete tool the confirm parameter, the exact target semantics of in_data, and any usage conditions are all missing, leaving the definition inadequate for safe invocation.

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 both parameters, so the description carries the full burden of explaining them, and it explains neither. The required 'in_data' dataset path and the 'confirm' safeguard (default false) are completely undocumented, leaving a destructive operation's key control 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?

States a clear verb+resource ('删除数据集' / delete dataset), so the agent knows exactly what operation is performed. However, against a huge sibling list it makes no attempt to distinguish itself from adjacent tools like arcgis_pro_gp_delete_features, arcgis_pro_gp_delete_field, or arcgis_pro_gp_truncate_table, so cross-tool selection is left to inference.

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

Usage Guidelines2/5

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

There is no when-to-use, when-not-to-use, or alternative-tool guidance. The clause about write/path limits being service-dependent is a constraint note, not a usage condition, and nothing tells the agent when deletion is appropriate versus truncation or feature deletion.

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