Get Tag (lawmatics_get-tag)
Fetch a single tag from Lawmatics by ID.
Tool Input
tagIdstringrequired— ID of the tag to fetch; a numeric string(pattern: ^\d+$)
Tool Output
idstringrequired— Lawmatics tag ID
namestringrequired— Tag name
descriptionstringnullrequired— Free-text tag description; null when the tag has none
colorstringnullrequired— Tag color as a CSS color string (e.g. #7997c9); null when the tag has none
createdAtstringnullrequired— When the tag was created, as an ISO 8601 timestamp; null if unknown
updatedAtstringnullrequired— When the tag was last updated, as an ISO 8601 timestamp; null if unknown
Related Tools