miro_update_tag
Update a Miro tag's title or color by providing board and tag IDs. At least one field required.
Instructions
Update a tag's title or color. At least one must be provided.
VOICE-FRIENDLY: "Updated tag to 'Done' with green color"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| tag_id | Yes | ID of the tag to update | |
| title | No | New tag text | |
| color | No | New tag color: red, magenta, violet, blue, cyan, green, yellow, gray, light_green, dark_green, dark_blue, dark_gray, black |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| id | Yes | ||
| title | Yes | ||
| color | Yes | ||
| message | Yes |