miro_attach_tag
Attach existing tags to sticky notes or cards in Miro boards to organize and categorize content for better visual management.
Instructions
Attach an existing tag to a sticky note or card. The tag must already exist; create it first with miro_create_tag if needed. Only sticky_note and card items support tags.
USE WHEN: "tag this sticky as Urgent", "add the Done label", "mark this card with Priority"
FAILS WHEN: tag_id doesn't exist on this board (list with miro_list_tags), item is not a sticky_note or card.
VOICE-FRIENDLY: "Tagged sticky with 'Urgent'"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| item_id | Yes | ID of the item to tag (sticky note only) | |
| tag_id | Yes | ID of the tag to attach |