app
Manage mobile apps: launch, stop, install, or list apps on Android and iOS devices via ADB and simctl, using natural language commands.
Instructions
App lifecycle: launch, stop, install, list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| packageName | No | Alias for 'package'. App package name (Android) or bundle ID (iOS). Either 'package' or 'packageName' can be used. | |
| package | No | Package name (Android) or bundle ID (iOS), e.g., com.android.settings or com.apple.Preferences | |
| platform | No | Target platform. If not specified, uses the active target. | |
| path | No | Path to APK (Android) or .app bundle (iOS) |