Skip to main content
Glama
MauricePutinas

Android Studio MCP

as_avd_create

Creates a new Android Virtual Device from an installed system image. Specify name, system image, and optional device profile.

Instructions

Create a new Android Virtual Device from an installed system image.

The system image must already be installed (use as_sdk_install with e.g. 'system-images;android-34;google_apis;x86_64').

Args: params (AvdCreateInput): name, system_image, device, confirm.

Returns: str: JSON with the create command output, or confirmation_required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Beyond annotations (which indicate mutation via readOnlyHint=false), the description reveals that the tool requires a confirm parameter to produce an AVD, and returns a JSON string or 'confirmation_required'. This provides insight into the creation flow. It does not contradict annotations.

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 concise at three sentences, front-loading the purpose, then covering prerequisite, arguments, and return value. No extraneous text. Each sentence serves a clear function.

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?

The description covers the core creation purpose, prerequisite, parameter list, and return value. It does not mention error handling (e.g., if system image is missing) or what happens on duplicate names, but it is sufficient for a non-complex tool with an output schema. Slightly more detail could improve completeness.

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?

The description simply lists the parameters from the input schema (name, system_image, device, confirm) without adding additional meaning or constraints. Since the schema itself has detailed descriptions for each parameter, the description adds minimal value beyond enumeration.

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 tool's action: 'Create a new Android Virtual Device from an installed system image.' It uses a specific verb ('create') and resource ('Android Virtual Device'), and distinguishes from sibling tools like as_avd_list or as_avd_start by focusing on creation.

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 explicit context by mentioning the prerequisite: 'The system image must already be installed (use as_sdk_install with e.g. 'system-images;android-34;google_apis;x86_64').' This guides the user to a related tool. However, it does not specify when not to use this tool or compare to sibling AVD tools like as_avd_delete.

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/MauricePutinas/Android-Studio-MCP-Claude-Code'

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