apple_apps
Manage macOS applications: launch, quit, force quit, check if running, list running apps, hide, or bring to front.
Instructions
Manage macOS applications. Actions: open, quit, force_quit, is_running, list_running, hide, activate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Application name (e.g. Safari, Finder, Slack) | |
| action | Yes | open: Open/launch an application; quit: Quit an application gracefully; force_quit: Force quit an unresponsive application; is_running: Check if an application is currently running; list_running: List all currently running applications; hide: Hide an application; activate: Bring an application to the front without launching a new window | |
| confirm | No | Set to true to confirm a protected/destructive action. Without this, protected actions return a preview instead of executing. |