create_frame
Creates a frame, optionally positioned and sized, and appends it to a parent or the current page.
Instructions
Create a frame, optionally sized/positioned and appended to a parent (else the current page). Returns { ok, nodeId, name, type }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| name | No | Frame name | |
| width | No | Frame width (with height, resizes from default) | |
| height | No | Frame height (with width, resizes from default) | |
| parentId | No | Container node id to append into; omit for current page |