hide_app
Hide a specified running macOS application by providing its name, bundle ID, or process name. Returns metadata of the hidden app.
Instructions
Hide a running macOS app.
Args: app_name: App name, bundle id, or process name
Returns: JSON string with hidden app metadata, or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |