run_adb
Execute ADB commands and return stdout for device shell, logcat, file transfer, installs, and system diagnostics.
Instructions
Executes an adb command and returns stdout. Use for: adb shell, adb logcat, adb pull/push, adb devices, adb install, adb dumpsys, etc. Requires adb on PATH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional working directory. Defaults to current directory. | |
| command | Yes | The adb sub-command and args, e.g. 'shell dumpsys gfxinfo com.example reset' or 'devices'. |