execute_adb_shell_command
Execute Android Debug Bridge commands on devices connected to AutoBot MCP server for remote control and automation tasks.
Instructions
Executes an ADB command and returns the output or an error. Args: command (str): The ADB shell command to execute Returns: str: The output of the ADB command
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes |