create_section
Group and organize FigJam board content by creating labeled colored sections at specified positions.
Instructions
Create a FigJam section. Sections are used to group and organise content on the FigJam board. They appear as labelled coloured regions.
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 section (default: 800) | |
| height | No | Height of the section (default: 600) | |
| name | No | Label / name for the section | |
| fillColor | No | Background fill color in RGBA format | |
| parentId | No | Parent node ID. REQUIRED — server enforces this. Use page node ID for top-level elements. Get page IDs via get_pages tool. |