create_section
Create a grouping container on the canvas, optionally specifying its size, name, and position. Returns the new section's details.
Instructions
Create a section (a canvas-level grouping container), optionally sized / named / positioned. Sections live on a page or inside another section. Returns { ok, nodeId, name, type }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| name | No | ||
| width | No | ||
| height | No | ||
| parentId | No | Parent node id (default: current page) |