create_component_instance
Place a component instance in Figma using its component key and X,Y coordinates. Optionally specify a parent node to nest the instance.
Instructions
Create an instance of a component in Figma
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| componentKey | Yes | Key of the component to instantiate | |
| x | Yes | X position (local coordinates, relative to parent) | |
| y | Yes | Y position (local coordinates, relative to parent) | |
| parentId | No | Parent node ID. REQUIRED — server enforces this. Use page node ID for top-level elements. Get page IDs via get_pages tool. |