reparent_widgets
Change the parent of multiple widgets in one call while preserving their positions. New parent must be a canvas widget; adjust bounds afterward if needed.
Instructions
Reparent multiple widgets in one tool call. Each entry is {"widget_id": <id>, "new_parent_id": <id>}. The new parent must accept children (a CANVAS_WIDGET).
Position is preserved verbatim — call set_widget_bounds afterwards if the
new parent's snap dimensions differ.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes |