Skip to main content
Glama
zifanersuotang

Codex Android MCP

Android shutdown

android_shutdown
Destructive

Power off an Android emulator by stopping its frame source using the emulator serial. Physical devices are automatically refused.

Instructions

Stop the private frame source and power off an Android emulator. Physical devices are always refused by this tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deviceYesEmulator serial to power off, e.g. "emulator-5554" (from android_devices).
Behavior4/5

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

Annotations declare destructiveHint=true and readOnlyHint=false, and the description does not contradict that. It adds behavioral detail beyond annotations: it stops the 'private frame source' and insists that physical devices are refused. These specifics give the agent a clearer picture of what will happen, though it doesn't mention side effects like data loss, which are implied by 'power off'.

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 two sentences with no filler. The primary action is front-loaded ('Stop the private frame source and power off'), and the exclusion (physical devices) is a single, compact second sentence. Every word earns its place.

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 one-parameter destructive tool, the description covers the essentials: what it does, that it targets emulators only, and that it refuses physical devices. It could mention that the emulator must be running or that the action is irreversible, but those are predictable from the tool's nature. Given the schema and annotations, it is sufficiently 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%: the device parameter already has a descriptive text ('Emulator serial to power off, e.g. "emulator-5554" (from android_devices).'). The tool description itself adds no parameter-level information, so with full schema coverage the baseline of 3 is appropriate.

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 ('Stop the private frame source and power off') and the resource ('an Android emulator'), and explicitly distinguishes from physical devices by saying they are 'always refused'. This is a specific verb+resource pair that separates it from siblings like android_boot or android_devices.

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?

It gives a clear exclusion: physical devices are refused, implying it is for emulators only. This is useful when-to-not-use guidance. However, it does not explicitly name alternative tools or state when to use this instead (e.g., for cleanup after testing). The context is clear from the purpose, so it earns a 4 rather than 3.

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