list_windows
Returns top-level desktop windows with titles, handles, positions, and sizes. Filter by title or include untitled windows to locate and inspect specific application windows for desktop 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 |