resize_nodes
Resize specified design nodes to exact width and height. Non-resizable nodes are skipped, and the tool returns success status and count of affected nodes.
Instructions
Resize nodes to the given width × height (positive). Non-resizable nodes are skipped. Returns { ok, affected }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | ||
| height | Yes | ||
| nodeIds | Yes | Node ids to resize |