Skip to main content
Glama

delete_dataset

Permanently remove a dataset from disk or a geodatabase; this action cannot be undone. Use it to clean up ArcGIS Pro data that is no longer needed.

Instructions

Delete a dataset from disk or a geodatabase. This cannot be undone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesDataset path.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.1.1

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. It adds one crucial behavioral fact — 'This cannot be undone' — which signals destructiveness and irreversibility. However, it omits permission requirements, whether it requires the dataset to be unopened, and what happens to related resources.

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?

Two short sentences, front-loaded with the action and immediately followed by the critical irreversibility warning. Zero waste.

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 single-parameter destructive tool with an output schema present (return values need not be explained), the essential information — action, scope, and irreversibility — is covered. Missing only permissions/prerequisite details, which is a minor gap.

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?

Single parameter with 100% schema description coverage ('Dataset path.'). The description doesn't add path format details beyond the schema, so it neither helps nor hurts. Baseline 3 applies when schema coverage is high.

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 specific verb and resource ('Delete a dataset') and clarifies scope ('from disk or a geodatabase'), distinguishing it from sibling delete_features (feature deletion) and delete_layout. Clear but doesn't explicitly name those siblings.

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?

No guidance on when to use this tool versus alternatives like delete_features or truncate_table, nor prerequisites (e.g., schema locks, required connections). The irreversibility warning is a caution, not usage guidance.

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