miro_get_tag
Retrieve tag details from a Miro board by providing the board ID and tag ID. Get the tag's name and color.
Instructions
Get details of a specific tag by ID.
VOICE-FRIENDLY: "Tag 'Urgent' is red"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_id | Yes | ID of the tag to retrieve | |
| board_id | Yes | Board ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| color | Yes | ||
| title | Yes | ||
| message | Yes |