Get App Capabilities
mobile_get_app_capabilitiesCheck whether an app is installed, enabled, and launchable on a device, with explicit unknown statuses for launch planning.
Instructions
Inspect the app inventory record used for resolution and launch planning. Reports whether the backend knows the app as installed, enabled, and launchable; unknown fields remain explicit instead of being inferred.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | Yes | The device identifier to use. Use mobile_list_available_devices to find which devices are available to you. | |
| appName | No | App label in the device's current locale. | |
| packageName | No | Exact Android package name or iOS bundle identifier. |