list_windows
Retrieve top-level windows with titles, handles, positions, and sizes, with optional title filter and inclusion of empty-titled windows.
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 |