Skip to main content
Glama
Nam0101

android-mcp-toolkit

by Nam0101

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
convert-svg-to-android-drawableA

Convert SVG markup or files into Android VectorDrawable XML quickly, optionally writing to disk.

manage-logcatA

Unified tool to read logs, capture crashes, check ANRs, and clear buffers.

get-current-activityB

Inspect current focused app/window via dumpsys window.

estimate-text-length-differenceA

Compare original and translated text lengths to detect layout risk; configurable tolerancePercent (default 30%).

dump-ui-hierarchyB

Capture the current UI hierarchy as XML using uiautomator.

take-screenshotB

Capture device screenshot and save to a local file.

inject-inputB

Simulate user input interactions (tap, text, swipe, keyevents) or click by UI element.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a distinct aspect of Android device interaction: drawing conversion, UI hierarchy, text estimation, activity info, input simulation, logcat management, and screenshot capture. No two tools overlap in purpose.

Naming Consistency4/5

Most tools follow a verb-noun pattern (e.g., dump-ui-hierarchy, inject-input), but 'convert-svg-to-android-drawable' breaks this pattern with a longer descriptive phrase. Overall, the naming is still readable and predictable.

Tool Count5/5

Seven tools cover the essential aspects of Android device testing and automation without being overwhelming. The count is well-scoped for the toolkit's purpose.

Completeness3/5

The toolkit covers core UI testing operations (hierarchy, input, screenshot, logcat) but lacks tools for app management, clipboard access, or device configuration. The inclusion of SVG conversion and text length estimation adds niche functionality, but common tasks like UI element querying (beyond typing coordinates) are missing.

Maintenance

ActivityInactive
ResponsivenessNo issues