Skip to main content
Glama

mcp-n8n-builder

update_workflow

Modify and save an existing n8n workflow by providing the complete updated structure, including nodes, connections, and settings, after retrieving and editing it.

Instructions

Updates an existing workflow with new configuration. Typically used after retrieving a workflow with get_workflow, modifying its structure, and then saving the changes. The entire workflow structure must be provided, not just the parts being changed.

Input Schema

NameRequiredDescriptionDefault
idYesID of the workflow to update - can be obtained from list_workflows
workflowYesComplete updated workflow structure - must include all nodes and connections, not just changes

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of the workflow to update - can be obtained from list_workflows", "type": "string" }, "workflow": { "description": "Complete updated workflow structure - must include all nodes and connections, not just changes", "properties": { "connections": { "description": "Connections between nodes defining the workflow execution path", "type": "object" }, "name": { "description": "Name of the workflow", "type": "string" }, "nodes": { "description": "Array of workflow nodes (triggers, actions, etc.)", "items": { "type": "object" }, "type": "array" }, "settings": { "description": "Workflow settings like error handling, execution timeout, etc.", "type": "object" } }, "required": [ "name", "nodes", "connections" ], "type": "object" } }, "required": [ "id", "workflow" ], "type": "object" }
Install Server

Other Tools from mcp-n8n-builder

Related Tools

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

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