get-tag
Retrieve a specific tag by ID using client and tag identifiers, enabling secure data interaction within n8n workflows via the Model Context Protocol.
Instructions
Retrieve a specific tag by ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
clientId | Yes | ||
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"clientId": {
"type": "string"
},
"id": {
"type": "string"
}
},
"required": [
"clientId",
"id"
],
"type": "object"
}