Delete a credential from a live n8n instance
n8n_delete_credentialPermanently delete a credential from an n8n instance by providing its ID.
Instructions
Permanently delete a credential.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
n8n_delete_credentialPermanently delete a credential from an n8n instance by providing its ID.
Permanently delete a credential.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It mentions permanence but omits consequences like whether deleting a credential affects workflows that reference it, error behavior, or authorization requirements. The single phrase is minimal and lacks depth.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence with no filler words. It is appropriately concise for a simple delete operation, though it sacrifices content for brevity. Structure is clean and efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has one parameter, no output schema, and no annotations, so the description must provide complete context. It fails to describe return values, error conditions, or the meaning of 'id', leaving the agent without enough information to invoke it correctly in a real scenario.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% and the description does not explain the 'id' parameter. The agent is left without guidance on what id represents or how to obtain it, making the parameter semantics effectively undocumented beyond the schema's bare property name.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('permanently delete') and the resource ('credential'), distinguishing it from sibling delete tools like n8n_delete_workflow. The term 'permanently' adds scope and irreversibility, 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.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus alternatives, such as n8n_get_credential for read-only operations or n8n_update_credential for modifications. No prerequisites, exclusions, or usage context are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/opsec12/mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server