rename_node
Rename any Figma node by its ID to update its name in the design hierarchy.
Instructions
Rename a single node by ID. Returns the updated node with its new name. Use batch_rename_nodes to rename multiple nodes at once or to apply find/replace patterns across many nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New name for the node. Figma supports slash-separated path notation e.g. 'Icons/Arrow/Left' to organise nodes in component panels. | |
| nodeId | Yes | Node ID in colon format e.g. '4029:12345' |