n8n Workflow Builder MCP Server

by makafeli
Verified

update_workflow

Update an existing workflow

Input Schema

NameRequiredDescriptionDefault
connectionsNo
idYes
nodesYes

Input Schema (JSON Schema)

{ "properties": { "connections": { "type": "array" }, "id": { "type": "string" }, "nodes": { "type": "array" } }, "required": [ "id", "nodes" ], "type": "object" }