miro_update_tag
Update a tag's title or color on a Miro board by providing the board ID, tag ID, and at least one new property.
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 |
|---|---|---|---|
| color | No | New tag color: red, magenta, violet, blue, cyan, green, yellow, gray, light_green, dark_green, dark_blue, dark_gray, black | |
| title | No | New tag text | |
| tag_id | Yes | ID of the tag to update | |
| board_id | Yes | Board ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| color | Yes | ||
| title | Yes | ||
| message | Yes | ||
| success | Yes |