Execute Android Shell Command
adb_shellExecute Android shell commands to control device operations. Requires explicit confirmation to ensure safe command execution.
Instructions
Execute an Android shell command. ⚠️ Requires confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Shell command to execute | |
| confirm | Yes | Confirmation flag - must be true | |
| timeout | No | Timeout in seconds |