get_active_window
Retrieve the title, handle, position, and size of the currently focused window on a headless desktop, enabling GUI automation agents to identify the active target.
Instructions
Return information about the currently focused (active) window.
Returns: str: JSON with the active window's title, handle, position and size, or {"ok": true, "window": null} if none is active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |