auto_place_module_boxes
Auto-place module view boxes around their member variables with adjustable padding and minimum dimensions, optionally only for modules without explicit view geometry.
Instructions
Auto-place module view boxes around their member variables
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | No | Session-scoped model ID. Optional; defaults to the current model for this session. | |
| padding | No | Padding around module members in pixels | |
| min_width | No | Minimum module box width in pixels | |
| min_height | No | Minimum module box height in pixels | |
| only_missing | No | Only place boxes for modules without explicit view geometry |