figma_move_node
Moves a Figma node to a specific child index within its parent to reorder layers. Use with figma_get_node_parent to view current order before adjusting.
Instructions
Reorder a node within its current parent by moving it to a specific child index. Index 0 = front of stack (bottom in layer panel). Use figma_get_node_parent to see current sibling order before moving.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | ||
| index | Yes | Target index within the parent children array. |