create_ellipse
Create an ellipse node on the Figma canvas, with configurable size, position, name, and parent. Returns the new node's ID and type.
Instructions
Create an ellipse, optionally sized / named / positioned and placed under a parent (default: current page). Returns { ok, nodeId, name, type }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| name | No | ||
| width | No | ||
| height | No | ||
| parentId | No | Parent node id (default: current page) |