Skip to main content
Glama

Deploy App Multilang

deploy_app_multilang

Deploy an APK or AAB to a Google Play track with release notes in multiple languages, controlling rollout percentage for staged releases.

Instructions

Deploy an APK or AAB file with multi-language release notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trackYesRelease track - one of: internal, alpha, beta, production
file_pathYesAbsolute path to APK or AAB file
package_nameYesApp package name (e.g., com.example.myapp)
release_notesYesDictionary mapping language codes to release notes (e.g., {"en-US": "Bug fixes", "es-ES": "Corrección de errores"})
rollout_percentageNoRollout percentage (0-100). Default 100 for full rollout.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states the action without addressing side effects like replacing existing releases, auth requirements, or deployment rollback. For a mutation-heavy deployment tool, this is under-disclosed.

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?

Single sentence, directly front-loaded with action and scope, no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 5 parameters, nested objects, and an output schema, but the description omits behavioral context such as whether the file must already be uploaded or how this differs from deploy_app. However, the schema and output schema cover input/output, making it usable but not fully 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?

Input schema covers 100% of parameters with descriptions, so the baseline is 3. The description adds little beyond the schema, except confirming the multi-language nature of release_notes.

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 'Deploy' and identifies the resource as 'APK or AAB file' with the qualifier 'multi-language release notes', clearly differentiating it from siblings like deploy_app or upload_apk.

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 description implies the tool is for deployments requiring multi-language release notes, but does not explicitly state when to use it over deploy_app or mention exclusions. It is clear but lacks explicit guidance.

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/lusky3/play-store-mcp'

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