create_ellipse
Creates a new ellipse shape on the Figma page, with optional custom size, position, fill color, and parent container.
Instructions
Create a new ellipse (circle/oval) on the current page or inside a parent node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X position (default 0) | |
| y | No | Y position (default 0) | |
| name | No | Ellipse name | |
| width | No | Width in pixels (default 100) | |
| height | No | Height in pixels (default 100) | |
| parentId | No | Parent node ID in colon format. Defaults to current page. | |
| fillColor | No | Fill color as hex e.g. #3B82F6 |