Skip to main content
Glama

boot_emulator

Boot an Android Virtual Device (AVD) by name and return its device serial for use with other tools. Waits for full boot completion by default, supports cold boot and data wipe options.

Instructions

Boot an AVD by name and return its device serial (e.g. emulator-5554). Launches the emulator detached so it outlives this call, and waits for full boot (sys.boot_completed) by default. Use the returned serial for later tools if you boot more than one device. Booting can take 30-120s on a cold start.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
avdYesAVD name to boot (see list_avds).
timeout_sNoBoot timeout in seconds. Default 180.
wipe_dataNoFactory-reset the AVD on this boot (-wipe-data). Default false. Use to start from a pristine device.
no_snapshotNoCold boot without loading a saved snapshot. Default true.
wait_for_bootNoWait until fully booted before returning. Default true.
Behavior3/5

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

With no annotations provided, the description must disclose behavioral traits. It does well by noting that the emulator launches detached and waits for full boot by default. However, it omits details about error handling, what happens if the AVD does not exist, or the potential destructiveness of the 'wipe_data' parameter (though that is in the schema).

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?

The description is three sentences, front-loaded with the core purpose, followed by behavioral details and a usage hint. Every sentence adds value and there is no redundancy.

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

Completeness4/5

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

Given the tool has 5 parameters and no output schema, the description covers the main aspects: what it does, what it returns, how it behaves (detached, waits), and a usage hint. It does not cover edge cases like multiple boots or error states, but it is sufficient for typical use.

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

Parameters3/5

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

Schema coverage is 100%, so the base score is 3. The description does not add significant new information about parameters beyond what the schema already provides. It mentions the return value (serial) but that is not a parameter detail.

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?

The description clearly states the action ('Boot an AVD by name'), the resource ('AVD'), and the output ('return its device serial'). It distinguishes from siblings like 'list_avds' (which lists but does not boot) and 'shutdown_emulator' by specifying the boot and launch behavior.

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?

The description provides context on when to use the tool (e.g., 'Use the returned serial for later tools if you boot more than one device') and sets expectations about boot duration. However, it does not explicitly state when not to use it or mention alternatives like 'list_avds' to check existing devices.

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/iksnerd/adb-mcp'

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