Skip to main content
Glama

update_tag

Modify existing tags in n8n workflows by updating their name and color properties through the n8n API.

Instructions

Update an existing tag

Input Schema

NameRequiredDescriptionDefault
colorNo
idYes
nameNo

Input Schema (JSON Schema)

{ "properties": { "color": { "type": "string" }, "id": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "name": { "type": "string" } }, "required": [ "id" ], "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