is_app_running
Check if a given application is running on macOS. Provide the app name to get a quick boolean status for automation scripts.
Instructions
Check if an application is currently running.
Args: app_name: Name of the application to check
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |