n8n-workflow-builder-mcp

by ifmelate

delete_node

Remove a specific node from a workflow in n8n by specifying the workflow name and node ID to streamline and optimize automated processes.

Input Schema

NameRequiredDescriptionDefault
node_idYesThe ID of the node to delete
workflow_nameYesThe Name of the workflow containing the node

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "node_id": { "description": "The ID of the node to delete", "type": "string" }, "workflow_name": { "description": "The Name of the workflow containing the node", "type": "string" } }, "required": [ "workflow_name", "node_id" ], "type": "object" }

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/ifmelate/n8n-workflow-builder-mcp'

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