Skip to main content
Glama
abd3lraouf-studios

Google Play Console MCP

Download System Apk Variant

download_system_apk_variant

Download a previously created system APK variant to any local path by specifying package name, version code, and variant ID.

Instructions

Download a previously created system APK variant to a local file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
variant_idYesID of the system APK variant (from `list_system_apk_variants`)
package_nameYesApp package name
version_codeYesVersion code of the app bundle
destination_pathYesLocal path to write the APK bytes to

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations present, the description carries the full burden. It clearly states the core behavior—downloading bytes to a local file—and implies no server-side mutation. However, it does not disclose local overwrite behavior, authorization requirements, or explicitly state that the operation is read-only with respect to the system APK variant.

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?

A single sentence with no filler. The core operation, object, and destination are front-loaded, and every word contributes to the meaning.

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 download operation, the description plus a fully documented schema and an output schema is largely sufficient. The main gap is lack of alternative-routing guidance, but that is already penalized under usage_guidelines and does not make the tool call ambiguous.

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?

Schema description coverage is 100%, and each parameter already has a meaningful description, including variant_id's source from list_system_apk_variants. The tool description adds no parameter-level detail beyond what the schema provides, so the baseline of 3 is appropriate.

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?

States a specific verb ('Download'), a specific resource ('previously created system APK variant'), and the destination ('to a local file'). This clearly distinguishes it from create/get/list variants and from download_generated_apk by the system-variant qualifier.

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 'previously created' implies this should be used only after a variant exists, which is a usage condition. However, there is no explicit guidance about when to choose this over alternatives such as list_system_apk_variants or download_generated_apk, or what to do when the variant ID is unknown.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools