list_windows
Enumerate all top-level GUI windows with title, handle, bounds, and state. Filter by title or include empty titles to target specific applications for automation.
Instructions
List top-level windows with their titles, handles, positions and sizes.
Args: params (ListWindowsInput): optional title filter and empty-title toggle.
Returns: str: JSON {"ok": true, "count": N, "windows": [{title, handle, left, top, width, height, is_minimized, is_maximized, is_active}, ...]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |