get_windows
List all visible windows with titles, positions, Z-order, active state, and virtual desktop membership to identify windows for capture or interaction.
Instructions
List all visible windows with titles, screen positions, Z-order, active state, and virtual desktop membership. zOrder=0 is frontmost; isActive=true is the keyboard-focused window; isOnCurrentDesktop=false means the window is on another virtual desktop and cannot be interacted with without switching. Use before screenshot to determine whether a specific window needs capturing. Caveats: Returns only top-level visible windows — child windows and system tray items are excluded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||