Skip to main content
Glama

n8n MCP Server

by get2knowio

create_tag

Create new tags in n8n workflows to organize and categorize automation processes. Define tag names and colors for better workflow management and filtering.

Instructions

Create a new tag

Input Schema

NameRequiredDescriptionDefault
colorNo
nameYes

Input Schema (JSON Schema)

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