# Get Tag

`lawmatics_get-tag` · Lawmatics MCP tool · Tags

Fetch a single tag from Lawmatics by ID.

## Input

- **tagId** `string` (required, pattern: ^\d+$) — ID of the tag to fetch; a numeric string

## Output

- **id** `string` (required) — Lawmatics tag ID
- **name** `string` (required) — Tag name
- **description** `string | null` (required) — Free-text tag description; null when the tag has none
- **color** `string | null` (required) — Tag color as a CSS color string (e.g. #7997c9); null when the tag has none
- **createdAt** `string | null` (required) — When the tag was created, as an ISO 8601 timestamp; null if unknown
- **updatedAt** `string | null` (required) — When the tag was last updated, as an ISO 8601 timestamp; null if unknown
