rename_layer
Rename Figma nodes individually or in batches using node IDs and new names. Supports preserving TextNode autoRename for efficient design updates via Conduit MCP server.
Instructions
Renames one or more nodes in Figma. Accepts either a single rename config (via 'rename') or an array of configs (via 'renames').
Returns:
content: Array of objects. Each object contains a type: "text" and a text field with the original and new name(s).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
rename | No | A single rename configuration object. Optional. | |
renames | No | An array of rename configuration objects for batch renaming. Optional. |