Skip to main content
Glama

update_node

Modify existing nodes within n8n workflows by updating parameters, credentials, names, or type versions to adapt workflow functionality as needed.

Instructions

Update an existing node in an n8n workflow

Input Schema

NameRequiredDescriptionDefault
credentialsNo
nameNo
nodeIdYes
paramsNo
typeVersionNo
workflowIdYes

Input Schema (JSON Schema)

{ "properties": { "credentials": { "type": "object" }, "name": { "type": "string" }, "nodeId": { "type": "string" }, "params": { "type": "object" }, "typeVersion": { "type": "number" }, "workflowId": { "oneOf": [ { "type": "string" }, { "type": "number" } ] } }, "required": [ "workflowId", "nodeId" ], "type": "object" }

Latest Blog Posts

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