Skip to main content
Glama
MauricePutinas

Android Studio MCP

as_gradle_test

Run unit or instrumented Gradle tests for Android projects. Parses failures and writes HTML/XML reports.

Instructions

Run unit tests (default) or instrumented connected tests.

Args: params (GradleTestInput): project_dir, instrumented (bool), module, timeout.

Returns: str: JSON with gradle status and parsed failures. HTML/XML test reports are written under /build/reports/tests and build/outputs.

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?

The description discloses that the tool writes HTML/XML test reports under build directories and returns JSON with gradle status and parsed failures. Annotations already indicate it is not read-only (readOnlyHint=false) and not destructive (destructiveHint=false), but the description adds meaningful side-effect and output context.

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 with two clear sections: one for purpose and one for parameters/returns. Every sentence adds value with no redundant or filler content.

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 complexity (nested parameters with four fields) and the presence of an output schema (not shown but declared), the description adequately covers purpose, parameters, and return format. It mentions report file paths and return structure, though it could note device requirements for instrumented tests more directly.

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 input schema already provides detailed descriptions for all four sub-properties (project_dir, timeout, instrumented, module). The tool description reiterates these but does not add significant new meaning, so it meets the baseline for high schema coverage.

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?

The description clearly states the tool runs unit tests (default) or instrumented connected tests. The verb 'run' and resource 'Gradle tests' are specific, but it does not explicitly differentiate from sibling tools like as_gradle_assemble or as_gradle_run_task, though the context implies a testing focus.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention when-not to use it or suggest other tools for different Gradle tasks, leaving the agent without context for choosing this over siblings.

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