Skip to main content
Glama

Delete execution

n8n_executions_delete
Destructive

Permanently delete an n8n execution after providing exact confirmation 'DELETE ' to prevent accidental deletion.

Instructions

Permanently delete a saved execution after exact confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
executionIdYes
confirmationYesDeliberate-action guard. Must equal exactly: DELETE <executionId> — substitute the real value(s). A mismatch is rejected without echoing the expected phrase.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
redactedYes
untrustedYes
Behavior4/5

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

The annotations already indicate destructiveness (destructiveHint=true). The description adds context by specifying 'Permanently delete' and 'after exact confirmation,' which explains the safety mechanism. It does not, however, mention potential side effects like cascading data deletion.

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?

The description is a single, well-structured sentence with no extraneous information. It front-loads the core action and safety requirement.

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?

Given the tool's simplicity (2 parameters, destructive action with confirmation) and the availability of annotations and an output schema, the description adequately covers the essential context. It could mention the irreversible nature more explicitly, but overall it is sufficient.

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 coverage is 50% (only 'confirmation' has a description). The description does not add meaning beyond the schema; it mentions 'exact confirmation' but does not clarify the 'executionId' parameter or the exact format of the confirmation string (though the schema does). The description fails to compensate for low coverage.

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?

The description clearly states the action ('delete'), the resource ('saved execution'), and the condition ('after exact confirmation'). It distinguishes the tool from sibling tools like n8n_executions_get, n8n_executions_list, and n8n_executions_retry, making the purpose unambiguous.

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?

The description implies usage (use when you want to delete an execution) but provides no explicit guidance on when not to use it, such as alternatives for soft deletion or bulk operations. No comparison with sibling tools is given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/drzamarian/n8n-mcp-community'

If you have feedback or need assistance with the MCP directory API, please join our Discord server