create_shape_with_text
Create a shape with text at specified coordinates. Customize size, colors, font, and shape type for diagrams or slides.
Instructions
Create a shape with text (available in Figma Slides and FigJam)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X position | |
| y | No | Y position | |
| name | No | Name of the shape | |
| text | No | Text content | |
| width | No | Width | |
| height | No | Height | |
| fontSize | No | Font size | |
| parentId | No | Parent node ID | |
| fillColor | No | Fill color | |
| fontColor | No | Text color | |
| shapeType | No | Shape type (e.g., RECTANGLE, ELLIPSE) | |
| fontWeight | No | Font weight | |
| strokeColor | No | Stroke color | |
| strokeWeight | No | Stroke weight |