Skip to main content
Glama
burnham

n8n MCP Server (Custom)

by burnham

n8n_delete_variable

Delete a variable by its ID in n8n. Removes the specified variable from your n8n instance to clean up unused resources.

Instructions

Eliminar una variable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
variable_idYesID de la variable.
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly states the deletion action, which implies a destructive operation, but it does not mention irreversible side effects, permission requirements, or behavior when the variable does not exist. The minimal phrasing leaves significant behavioral unknowns.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short, but it is under-specification rather than concise. It provides no information beyond the tool's name, failing to earn its place, and does not front-load any unique value.

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?

For a destructive mutation tool with no annotations and no output schema, this description is incomplete. It lacks context about permanence, prerequisites, error handling, or what happens after deletion. For such a simple tool, more detail about the deletion's effects is needed to be complete.

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?

The input schema already provides 100% coverage for the single parameter variable_id with a description. The tool description adds no extra meaning beyond what the schema already states, so the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Eliminar una variable' directly translates to 'Delete a variable,' which restates the tool name n8n_delete_variable. It provides no additional scope or differentiation from siblings like n8n_delete_workflow or n8n_delete_credential, making it a tautology.

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?

The description gives no guidance on when to use this tool versus alternatives, nor does it mention prerequisites or consequences. It simply states the action without any contextual usage instructions.

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/burnham/n8n-mcp-server-custom'

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