create_section
Creates a Figma section at specified coordinates and size to group related content on the canvas.
Instructions
Create a section in Figma to group related content on the canvas
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X position | |
| y | Yes | Y position | |
| name | No | Optional name for the section | |
| width | Yes | Width of the section | |
| height | Yes | Height of the section |