move_node
Reposition one or multiple Figma nodes to new X and Y coordinates efficiently using a single or batch move configuration. Ideal for real-time design adjustments via the Conduit MCP server.
Instructions
Moves one or more nodes to a new position in Figma. Accepts either a single move config (via 'move') or an array of configs (via 'moves').
Returns:
content: Array of objects. Each object contains a type: "text" and a text field with the moved node ID(s) and new position(s).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
move | No | A single node move operation. | |
moves | No | An array of node move operations for batch movement. |