adb_devices
Lists connected Android devices using ADB commands, enabling device management and interaction for tasks like app installation, file transfer, and shell execution via the ADB MCP Server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| random_string | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"random_string": {
"type": "string"
}
},
"type": "object"
}