miro_update_item
Update any item's content, position, or style on a Miro board. Use for changing text, moving, resizing, or recoloring items.
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 |
|---|---|---|---|
| x | No | New X position | |
| y | No | New Y position | |
| color | No | New color | |
| width | No | New width | |
| height | No | New height | |
| content | No | New content text | |
| item_id | Yes | Item ID to update | |
| board_id | Yes | Board ID | |
| parent_id | No | Move to new frame |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | ||
| message | Yes | ||
| success | Yes |