miro_update_sticky
Modify sticky notes on Miro boards by changing text, shape, color, position, size, or parent frame.
Instructions
Update a sticky note with type-specific options (shape: square/rectangle, sticky colors). For generic updates, use miro_update_item.
USE WHEN: "change sticky color", "update sticky to square", "resize sticky note"
VOICE-FRIENDLY: "Updated sticky to yellow square"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| item_id | Yes | Sticky note ID to update | |
| content | No | New text content | |
| shape | No | Sticky shape: square or rectangle | |
| color | No | Sticky color: gray, light_yellow, yellow, orange, light_green, green, dark_green, cyan, light_pink, pink, violet, red, light_blue, blue, dark_blue, black | |
| x | No | New X position | |
| y | No | New Y position | |
| width | No | New width | |
| parent_id | No | Move to frame (empty string removes from frame) |