create_component_instance
Create a new instance of a Figma component, set property overrides, and place it in a specified parent frame.
Instructions
Instantiate an existing component.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| componentId | Yes | Component node ID to instantiate | |
| parentId | No | Parent to place instance in | |
| overrides | No | Property overrides: { "Text Label": "New text", "fill": "#ff0000" } |