create_ellipse
Generate ellipse nodes in a Figma document with specified coordinates, dimensions, and optional styling. Supports single or multiple ellipses, parent node assignment, and returns created node IDs.
Instructions
Creates one or more ellipse nodes in the specified Figma document. Accepts either a single ellipse config (via 'ellipse') or an array of configs (via 'ellipses'). Optionally, you can provide a name, a parent node ID, fill color, stroke color, and stroke weight.
Returns:
content: Array of objects. Each object contains a type: "text" and a text field with the created ellipse node ID(s).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ellipse | No | A single ellipse configuration object. Each object should include coordinates, dimensions, and optional properties for an ellipse. | |
ellipses | No | An array of ellipse configuration objects. Each object should include coordinates, dimensions, and optional properties for an ellipse. |