Launch And Ready
mobile_launch_and_readyLaunch an app, wait until it is ready, and receive a validated screenshot for immediate interaction—all in one call.
Instructions
Launch an app directly, wait until it is confirmed ready, and return a fresh frame-validated screenshot snapshot for immediate interaction. This is the preferred one-call app entry point for agents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | resume keeps the existing app task; cold force-stops the package before launching and is opt-in | resume |
| scale | No | Screenshot scale factor. Ignored if maxSize is provided. | |
| device | Yes | The device identifier to use. Use mobile_list_available_devices to find which devices are available to you. | |
| locale | No | Comma-separated BCP 47 locale tags to launch the app with (e.g., fr-FR,en-GB) | |
| appName | No | The app label in the device's current locale, for example 設定 or Settings | |
| maxSize | No | Maximum screenshot width/height in pixels, up to 16384. | |
| waitFor | No | Readiness conditions. Foreground defaults to true; a target can require an exact visible UI field. | |
| packageName | No | The package name of the app to launch |