place_on_canvas
Place a note on a shared canvas at specified (x, y) coordinates. If already placed, returns existing placement ID for subsequent move or remove operations.
Instructions
Place a note on the shared canvas at an (x, y) world coordinate. Idempotent — if the note is already on the canvas, returns its existing placement. Returns the placement (including its item id used by move/remove). Coordinates are in pixels; new notes default near the top-left. Place related notes near each other.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | World x coordinate in px (default 80) | |
| y | No | World y coordinate in px (default 80) | |
| note_uuid | Yes | UUID of the note to place | |
| project_uuid | Yes | UUID of the project |