move_window
Move a window to a new top-left screen position by specifying its handle or title and the target x, y coordinates.
Instructions
Move a window to a new top-left screen position.
Identify the window by handle (preferred, exact) or title (substring).
Args: params (MoveWindowInput): target window plus new x, y.
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 |