miro_update_item
Update a Miro board item's content, position, size, color, or parent frame.
Instructions
Update any item's content, position, or style. For sticky-specific options (color, shape), use miro_update_sticky. For card fields, use miro_update_card. For shape styling, use miro_update_shape.
USE WHEN: "change sticky text", "move this item", "update the color"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| item_id | Yes | Item ID to update | |
| content | No | New content text | |
| x | No | New X position | |
| y | No | New Y position | |
| width | No | New width | |
| height | No | New height | |
| color | No | New color | |
| parent_id | No | Move to new frame |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| item_id | Yes | ||
| message | Yes |