resize_window
Resize a target desktop window to specified pixel dimensions. Specify the window by title or handle, then provide new width and height to update its geometry and retrieve the resulting size.
Instructions
Resize a window to a new width and height.
Args: params (ResizeWindowInput): target window plus new width, height.
Returns: str: JSON with the window's updated geometry, or an error if not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |