Skip to main content
Glama
MIT License
65

update-workflow

Modify an existing n8n workflow by updating its properties, nodes, or connections. Requires compact JSON input for efficient workflow adjustments.

Instructions

Update an existing workflow in n8n. Use after get-workflow to modify a workflow's properties, nodes, or connections. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.

Input Schema

NameRequiredDescriptionDefault
clientIdYes
idYes
workflowYes

Input Schema (JSON Schema)

{ "properties": { "clientId": { "type": "string" }, "id": { "type": "string" }, "workflow": { "properties": { "active": { "type": "boolean" }, "connections": { "type": "object" }, "name": { "type": "string" }, "nodes": { "type": "array" }, "settings": { "type": "object" } }, "type": "object" } }, "required": [ "clientId", "id", "workflow" ], "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/fellipesaraiva88/n8n-mcp-server'

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