move_nodes
Move nodes to an exact position on the canvas. All nodes get the same X and Y coordinates.
Instructions
Move one or more nodes to an absolute canvas position. The same x/y is applied to every node independently (not a relative offset from current position).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Target X position | |
| y | No | Target Y position | |
| nodeIds | Yes | Node IDs in colon format e.g. ['4029:12345'] |