ui_move_window
Moves a window to screen coordinates (x, y) using TransformPattern. Returns a failure reason if the window cannot be moved.
Instructions
Move a window to screen coordinates (x, y) via TransformPattern.
Returns {moved: false, reason: "..."} if the window cannot be moved (CanMove = false). Does NOT raise an exception in that case.
Args: x: Target screen X coordinate for the window's top-left corner. y: Target screen Y coordinate for the window's top-left corner. window_title: Optional partial title match. Omit to target main window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| window_title | No |