create_text
Add text content as a TEXT node to a Figma canvas, with optional positioning and sizing within a specified parent or current page.
Instructions
Create a TEXT node with the given characters (default font loaded automatically), optionally sized/positioned and appended to a parent (else the current page). Returns { ok, nodeId, name, type }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| fontSize | No | ||
| parentId | No | Container node id; omit for current page | |
| characters | Yes | Text content |