adb_get_system_info
Retrieve detailed system information from Android devices using a specified Device ID. Facilitates remote device management and diagnostics within the ADB MCP Server framework.
Instructions
Get system information from the device
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deviceId | No | Device ID (optional) |
Input Schema (JSON Schema)
{
"properties": {
"deviceId": {
"description": "Device ID (optional)",
"type": "string"
}
},
"required": [],
"type": "object"
}