Skip to main content
Glama
abd3lraouf-studios

Google Play Console MCP

Get System Apk Variant

get_system_apk_variant

Retrieve a previously created system APK variant by providing its ID, package name, and version code.

Instructions

Get a previously created system APK variant.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
variant_idYesID of the system APK variant
package_nameYesApp package name
version_codeYesVersion code of the app bundle

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

B3.1/5.0
Behavior2/5

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

There are no annotations, so the description must carry the behavioral burden. It only conveys that the variant already exists and is being retrieved, but does not disclose whether this returns metadata or content, whether it is read-only, or whether there are state or permission requirements.

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 or repetition. The core action and object are front-loaded, making it easy for an agent to parse quickly.

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?

An output schema exists, so return values do not need to be described. However, the description lacks behavioral context and does not clarify how this tool relates to the similarly named sibling tools, leaving the overall context incomplete for an agent deciding among them.

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 coverage is 100%, and each parameter has a description in the schema. The tool description itself adds no additional meaning beyond the schema, so the baseline score of 3 is appropriate.

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 states a specific verb ('Get') and resource ('system APK variant'), with the qualifier 'previously created' distinguishing it from creation tools. It is clear, though it does not explicitly differentiate itself from the sibling download_system_apk_variant or list_system_apk_variants.

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?

No guidance is provided about when to use this tool versus alternatives such as list_system_apk_variants or download_system_apk_variant. The description offers no context for selection, prerequisites, or why an agent would choose this tool over a sibling.

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