Tool name: get-tag
Returns one tag of a KlickTipp account with the context needed to tell what it means: its type, whether it can be written, what it stands for, the entity behind it for tags KlickTipp puts on contacts itself, the internal note and labels of the account, how many contacts carry it, and which tags a contact is subscribed to or unsubscribed from when this tag is assigned. Also says whether this is the tag the app marks test contacts with.
Input example
{ "tagId": 1, "accountId": null }
Output example
{ "accountId": 0, "id": 0, "name": "string", "type": "string", "isWritable": true, "isTestContactTag": true, "multiValue": true, "description": "string", "notes": "string", "originName": "string", "originId": 0, "metaLabels": [ "string" ], "contactCount": 0, "subscribesToTagIds": [ 0 ], "unsubscribesFromTagIds": [ 0 ], "editUrl": "string" }