list_packages
List installed Android package names, filter by substring, and retrieve exact package names to confirm an app is installed before launching or stopping it.
Instructions
List installed package names, optionally filtered by substring — to confirm an app is installed and get its exact package name for launch_app/stop_app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Substring to filter package names. | |
| serial | No | Target device serial (adb -s). Optional when exactly one device is attached. |