list_windows
List open macOS windows, with optional filtering by app name and inclusion of minimized windows.
Instructions
List manageable macOS windows.
Args: app_name: Optional app name, bundle id, or process name filter include_minimized: Include minimized windows when available
Returns: JSON string with window ids, app metadata, titles, frames, and display indexes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_name | No | ||
| include_minimized | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |