minimize
Minimize a macOS window by specifying the app name, window ID, or window index to declutter your workspace.
Instructions
Minimize a macOS window.
Args: app_name: Optional app name, bundle id, or process name window_id: Optional CoreGraphics window id window_index: Optional 1-based index among the app's windows
Returns: JSON string with minimized window metadata, or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_name | No | ||
| window_id | No | ||
| window_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |