Skip to main content
Glama

n8n MCP Server

update-workflow

Modify existing workflows in n8n by updating properties, nodes, or connections. Use compact JSON input to streamline workflow adjustments after retrieval via get-workflow.

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/illuminaresolutions/n8n-mcp-server'

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