Open App Link
mobile_open_app_linkOpens HTTPS URLs or app deep links on a specified device and verifies the expected app becomes foreground. Use packageName or appName to confirm the destination; unsafe schemes stay blocked unless explicitly enabled.
Instructions
Open a URL or app deep link and verify that the requested app becomes foreground. Use packageName or the device-locale appName to bind the expected destination; unknown or dangerous URL schemes remain blocked unless explicitly allowed by MOBILEMCP_ALLOW_UNSAFE_URLS=1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The HTTPS URL or explicitly allowed app URL/deep link to open. | |
| device | Yes | The device identifier to use. Use mobile_list_available_devices to find which devices are available to you. | |
| appName | No | The expected app label in the device's current locale. | |
| waitFor | No | Readiness conditions after routing. Foreground defaults to true. | |
| packageName | No | Exact Android package name or iOS bundle identifier expected to handle the link. |