adb_shell
Execute shell commands on a connected Android device via adb to control, inspect, or modify it directly. Use for full adb shell access when managing a device you own.
Instructions
Run a shell command on a connected Android device via adb. As powerful as adb shell itself - only use against a device you control.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| workspace | No | Workspace name (not id) - created automatically if it doesn't exist yet. Defaults to "default". | |
| deviceSerial | No | Only needed with more than one device connected |