create_shape_with_text
Create a FigJam shape with embedded text for flowcharts, diagrams, and process maps. Choose from eight shape types including square, ellipse, rectangle, diamond, and triangles.
Instructions
Create a FigJam shape with text inside. Useful for flowcharts, diagrams, and process maps. Supported shapes: SQUARE, ELLIPSE, ROUNDED_RECTANGLE, DIAMOND, TRIANGLE_UP, TRIANGLE_DOWN, PARALLELOGRAM_RIGHT, PARALLELOGRAM_LEFT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X position on the canvas | |
| y | Yes | Y position on the canvas | |
| width | No | Width of the shape (default: 200) | |
| height | No | Height of the shape (default: 200) | |
| shapeType | No | The shape type (default: ROUNDED_RECTANGLE) | |
| text | No | Text to display inside the shape | |
| fillColor | No | Fill color in RGBA format (0-1 range each component) | |
| name | No | Optional name for the node | |
| parentId | No | Parent node ID. REQUIRED — server enforces this. Use page node ID for top-level elements. Get page IDs via get_pages tool. |