move_canvas_item
Move or resize a canvas item by providing its placement UUID. Update position, stacking order, or dimensions with specified fields.
Instructions
Move and/or resize a placed canvas item. Pass the placement's item id (from list_canvas_items or place_on_canvas), not the note id. Only provided fields change. Use z to restack (higher = front). Width/height are clamped to a minimum.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | New world x coordinate in px | |
| y | No | New world y coordinate in px | |
| z | No | New stacking order (higher = front) | |
| width | No | New width in px | |
| height | No | New height in px | |
| item_uuid | Yes | UUID of the canvas placement (the `item` field), not the note | |
| project_uuid | Yes | UUID of the project |