n8n MCP Server

get-tag

Retrieve a specific tag by ID using the n8n MCP Server, enabling secure integration with workflows, executions, and settings through the Model Context Protocol.

Instructions

Retrieve a specific tag by ID.

Input Schema

NameRequiredDescriptionDefault
clientIdYes
idYes

Input Schema (JSON Schema)

{ "properties": { "clientId": { "type": "string" }, "id": { "type": "string" } }, "required": [ "clientId", "id" ], "type": "object" }
ID: l1rov8ni7r