execute_adb_shell
Run any ADB shell command on a connected Android device and get its output. Use it to execute device operations directly when you need raw command results.
Instructions
Executes a raw ADB shell command on the connected Android device and returns the output. Requires the command parameter, which is the shell command to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes |