Skip to main content
Glama
realskyrin

Android i18n MCP Server

by realskyrin

check_changes

Detect uncommitted changes in Android default strings.xml files to identify which string resources need translation.

Instructions

Check for uncommitted changes in default strings.xml files without translating

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectRootNoAndroid project root directory (optional)
Behavior4/5

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

With no annotations, the description carries the burden of disclosing behavior. 'Check' and 'without translating' clearly signal a non-mutating, read-only operation, which is useful. However, it does not mention what the tool outputs or any assumptions (e.g., git usage), so a perfect score is not warranted.

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 a single, well-structured sentence with no filler. It front-loads the action and resource and includes a useful qualifier, making every word earn 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 simple tool with one optional parameter and no nested schemas, the description provides adequate context. It conveys the tool's scope and non-translating behavior, though it omits return-value details, which would be helpful but not essential given the low complexity.

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 schema description covers projectRoot 100%, so the description does not need to add parameter details. It does not elaborate beyond the schema, but the baseline of 3 applies because the structured info is sufficient.

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 uses a specific verb ('Check') and a clear resource ('uncommitted changes in default strings.xml files'). The qualifier 'without translating' distinguishes it from the sibling translation tools, making its purpose unmistakable.

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?

The phrase 'without translating' implies this is a pre-translation check, but the description does not explicitly state when to use it versus alternatives like check_missing_languages or translate_all_modules. There is no direct 'use this instead of X' guidance, only an implicit context.

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/realskyrin/android-i18n-mcp'

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