List windows
hs_list_windowsList all visible macOS windows with ID, app, title, frame, and screen. Use the window IDs to focus or move windows via other tools.
Instructions
List every visible window with its id, owning application, title, frame, and screen. Window ids are what hs_focus_window and hs_move_window operate on, so call this first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | Only return windows whose application name contains this text, case-insensitive. |