move_node
Move a Figma node to a new position by specifying its ID and coordinates (x, y) relative to its parent.
Instructions
Move a node to a new position in Figma
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | The ID of the node to move | |
| x | Yes | New X position (local coordinates, relative to parent) | |
| y | Yes | New Y position (local coordinates, relative to parent) |