move_item
Move an existing item to new absolute board coordinates (X, Y) to reorganize layout, avoid overlaps, or align items visually.
Instructions
Moves an existing item to a new position on the board. Use this to reorganize layout, avoid overlaps, or align items visually. Coordinates are absolute board coordinates (center of board is 0,0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | New X position | |
| y | Yes | New Y position | |
| item_id | Yes | Item to move | |
| board_id | Yes | Miro board ID |