adb_shell
Execute ADB shell commands on Android devices to automate tasks, inspect system information, and control device functionality through direct command-line access.
Instructions
Run an arbitrary ADB shell command
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Shell command to execute on the device | |
| device_id | No | Device ID (optional if only one device) |