glass_list_windows
Retrieve top-level window details for native GUI apps, including title, class, geometry, and active state. Use this to identify windows and manage app interactions without relying on stable window IDs.
Instructions
List the app's top-level windows: id, title, class, geometry, and which is active. Returns a JSON array. Window ids are not stable across calls — re-list after windows open/close instead of caching ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||