Skip to main content
Glama
zifanersuotang

Codex Android MCP

Android boot

android_boot

Boot an Android emulator from AVD name or connect to an online serial, preparing the device for MCP automation and coordinate mapping.

Instructions

Prepare an Android target for MCP automation. An online allowed serial is adopted; an AVD name is launched and awaited. This primes the private frame source used for coordinate mapping, but MCP has no live DSH sidebar—use android_screenshot to see the device.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deviceYesAn online adb serial (from android_devices.devices) or an AVD name (from android_devices.avds). Serials stream immediately; an AVD name is booted first.
Behavior4/5

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

Annotations indicate a mutating, non-idempotent operation. Description adds that it primes the private frame source used for coordinate mapping, and discloses that MCP has no live DSH sidebar, steering to android_screenshot. This goes beyond annotations by describing side effects and limitation.

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?

Three concise sentences, front-loaded with purpose, then input handling, then limitation/alternative. No filler.

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?

For a single-parameter tool with no output schema, the description covers purpose, input selection, and a key limitation (no live sidebar). It implies its role in coordinate mapping but does not explicitly state that it must be called before interaction tools, which would be helpful. Otherwise it's fairly complete.

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% and the schema description already explains serial vs AVD and boot behavior. The tool description echoes this but adds no new semantic detail for the parameter. Baseline 3 is appropriate.

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

Purpose4/5

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

States a specific verb ('Prepare') and resource ('an Android target'), and notes the launch/boot behavior. It distinguishes itself from android_screenshot by pointing out that it primes the frame source, so an agent can see it's not just for viewing.

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

Usage Guidelines3/5

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

Provides context that the device can be a serial or AVD, and that an AVD is booted. Recommends android_screenshot for seeing the device, but does not explicitly compare to interaction tools like android_tap_element or android_launch_app. The guidance is mostly about the input and viewing, not about sequencing relative to other boot 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/zifanersuotang/codex-android-mcp'

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