edit_node
Modify workflow nodes by updating node type, name, position, parameters, type version, or webhook ID within the n8n-workflow-builder-mcp server. Simplify workflow adjustments with targeted node edits.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
node_id | Yes | The ID of the node to edit | |
node_name | No | The new name for the node | |
node_type | No | The new type for the node (e.g., 'gmail', 'slack', 'openAi'). You can specify with or without the 'n8n-nodes-base.' prefix. The system will handle proper casing (e.g., 'openai' will be converted to 'openAi' if that's the correct casing). | |
parameters | No | The new parameters | |
position | No | The new position {x,y} - will be converted to [x,y] | |
typeVersion | No | The new type version for the node | |
webhookId | No | Optional new webhook ID for the node. | |
workflow_name | Yes | The Name of the workflow containing the node |