create_ellipse
Create a circle or oval shape in Figma with specified width and height, optional fill color and opacity, and add it to a parent node.
Instructions
Create a circle or oval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name (default: Ellipse) | |
| width | Yes | Width | |
| height | Yes | Height | |
| fill | No | Fill color hex | |
| opacity | No | Opacity 0-1 | |
| parentId | No | Parent node ID |