Skip to main content
Glama
zifanersuotang

Codex Android MCP

Android screenshot

android_screenshot
Read-onlyIdempotent

Capture an Android display at native resolution, return it as an MCP image with metadata, and delete the temporary file.

Instructions

Capture the selected Android display at native resolution and return it as MCP ImageContent plus structured metadata. The private temporary PNG is erased after the result is encoded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deviceNoTarget adb serial. Defaults to the currently streamed device, else the only online one (with two or more attached, the serial is required).
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, destructiveHint=false. The description adds the cleanup behavior of the temporary PNG file, which is not captured in annotations, providing extra transparency about side effects beyond the safety profile.

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 with no filler. The primary purpose is front-loaded in the first sentence, and the cleanup note is a concise second sentence that adds valuable context without redundancy.

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

Completeness5/5

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

For a read-only tool with one optional parameter and no output schema, the description sufficiently explains what is returned and the cleanup behavior. The schema handles parameter details, and annotations cover safety, leaving no critical information missing for correct invocation.

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 description coverage is 100% for the single parameter 'device'. The description adds no additional semantic detail beyond what the schema already provides, so the baseline of 3 applies.

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?

States a specific verb 'capture' with resource 'Android display' and explicitly mentions the return format (ImageContent plus structured metadata). Clearly distinguishes from UI-tree or interaction tools among siblings.

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?

Implied usage for visual capture, but no explicit when-to-use or when-not-to-use guidance. Does not reference any of the 18 sibling tools or conditions that would select this tool over android_ui_tree or android_interact.

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