get_app_state
Retrieve the current state of a mobile app: not installed, not running, background, or foreground. Works on both iOS and Android by specifying the app's bundle ID or package name.
Instructions
Returns the current state of a mobile app: not installed, not running, background, or foreground. Mobile-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundleId | Yes | App bundle ID (iOS) or package name (Android), e.g. "com.example.app" |