miro_update_item
Modify content, position, or style of items on Miro boards. Change text, move elements, adjust colors, or resize items directly.
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
TableJSON 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 |