Skip to main content
Glama

update-workflow

Modify and update an n8n workflow by altering its properties, nodes, or connections. Provide arguments as compact JSON to ensure precise 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