create_ellipse
Insert an ellipse or circle into a Figma design, with adjustable size, position, and parent assignment. Later convert it into a pie, arc, or ring using set_arc.
Instructions
Create an ellipse (a circle when width equals height), optionally sized/named/positioned under a parent (default: current page). To turn it into a pie, arc, or ring afterwards use set_arc. Returns { ok, nodeId, name, type }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X position in the parent | |
| y | No | Y position in the parent | |
| name | No | Layer name | |
| width | No | Width in px | |
| height | No | Height in px | |
| parentId | No | Parent node id (default: current page) |