get-tag
Retrieve a specific tag by ID using client and ID parameters in the MCP-N8N server. Simplify data access and management with this targeted query tool.
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"
}