set_widget_bounds
Move and resize multiple widgets in a single call by specifying positions and dimensions. Switches auto-height widgets to fixed when rows are provided.
Instructions
Move and/or resize multiple widgets in one tool call. Each entry is
{"widget_id": <id>, "left": <int>, "top": <int>, "columns": <int>, "rows": <int>} — left/top set the top-left, columns/rows set the
size; any omitted field is preserved per widget. When rows is given,
auto-height widgets are switched to FIXED so the resize sticks (reported as
heightModeOverridden).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes |