Skip to main content
Glama

n8n MCP Server

by get2knowio

update_workflow

Modify existing n8n workflows by updating workflow name, nodes, connections, activation status, or tags through the n8n API.

Instructions

Update an existing n8n workflow

Input Schema

NameRequiredDescriptionDefault
activeNo
connectionsNo
idYes
ifMatchNoOptional If-Match header value for optimistic concurrency control
nameNo
nodesNo
tagsNo

Input Schema (JSON Schema)

{ "properties": { "active": { "type": "boolean" }, "connections": { "type": "object" }, "id": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "ifMatch": { "description": "Optional If-Match header value for optimistic concurrency control", "type": "string" }, "name": { "type": "string" }, "nodes": { "items": { "type": "object" }, "type": "array" }, "tags": { "items": { "type": "string" }, "type": "array" } }, "required": [ "id" ], "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/get2knowio/n8n-mcp'

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