list_headless_windows
Retrieve a list of top-level windows on an off-screen desktop, including their handles, titles, and dimensions.
Instructions
List the top-level windows living on an off-screen desktop.
Args: params (HeadlessDesktopInput): desktop name.
Returns: str: JSON {"ok": true, "name": "...", "count": N, "windows": [ {handle, title, class, width, height}, ...]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |