quit_app
Quit any running macOS app by specifying its name, bundle ID, or process name. Ideal for automating app closure via natural language.
Instructions
Quit a running macOS app.
Args: app_name: App name, bundle id, or process name
Returns: JSON string with quit app metadata, or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |