Skip to main content
Glama

adb_multi_test

Run predefined diagnostic profiles or custom command lists across all connected Android devices in parallel, then compare results per check to identify matches and differences.

Instructions

Run a comparative test workflow across all connected devices (host + QEMU guests). Executes a predefined diagnostic profile or custom command list on every device in parallel, compares results per-check, and reports matches and differences. Profiles: 'firmware' (baseband, bootloader, kernel, security patch), 'security' (SELinux, verified boot, encryption), 'network' (radio, WiFi, SIM), 'identity' (model, chipset, architecture), 'full' (all profiles). Custom commands also supported.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileNoPredefined test profile to run. 'full' runs all profiles.
commandsNoCustom checks to run (max 50). Each has a label and command.
devicesNoDevice serials to target (omit for all online devices)
timeoutNoTimeout per command per device in ms (1s-60s, default 10s)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Discloses parallel execution, per-check comparison, and profile details. However, without annotations, it omits potential side effects, permission requirements, or output format. Some behavioral traits (e.g., max custom commands) are mentioned.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences: first states main purpose, second enumerates profiles and custom commands. No filler, every sentence adds value. Front-loaded with key action.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers tool purpose, parameters, and basic execution model. Lacks output details (format of matches/differences) and any error handling or prerequisites. Adequate but not fully comprehensive for a complex multi-device tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but description adds value by explaining profile meanings (e.g., 'firmware' includes baseband, bootloader) and noting 'full' runs all. This goes beyond the enum descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it runs a comparative test workflow across all connected devices, listing specific profiles and custom commands. It distinguishes from siblings like adb_multi_compare and adb_multi_shell by focusing on comparative testing.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Description provides clear context for when to use (comparative testing across devices), but does not explicitly exclude alternatives or mention when not to use. No direct comparison to similar sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fullread/DeepADB'

If you have feedback or need assistance with the MCP directory API, please join our Discord server