figma_create_text
Add text to the current Figma page by specifying content, position, font size, and color. Use this tool to insert text nodes programmatically.
Instructions
Create a new text node in the current page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X position (default: 0) | |
| y | No | Y position (default: 0) | |
| fill | No | Text fill color in hex | |
| name | No | Node name (default: text content preview) | |
| text | Yes | Text content | |
| fontSize | No | Font size in px (default: 16) |