get_tag
Retrieve detailed properties of a specific tag, including its name, color, and usage count, by providing its unique identifier.
Instructions
Get details for a specific tag. Use this to inspect a tag's properties. Read-only.
Args:
tag_id: The tag's UUID (from list_tags).
Returns: JSON with tag id, name, color, and usage count.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |