List Windows
window_listList all on-screen windows with details like title, app, process ID, and bounds. Obtain a window handle for focus, move, resize, or close actions.
Instructions
List all on-screen windows: title, owning app, pid, bounds, layer, minimized state, and an opaque windowHandle to pass to window_focus/window_set_state/window_move/window_close. Requires Accessibility permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||