Skip to main content
Glama
abd3lraouf-studios

Google Play Console MCP

Batch Deploy

batch_deploy

Deploy an app to multiple tracks in a single operation. Simplify simultaneous internal and alpha releases or promote across testing tracks.

Instructions

Deploy an app to multiple tracks in a single operation.

This is useful for deploying to internal and alpha tracks simultaneously, or for promoting to multiple testing tracks at once.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tracksYesList of tracks to deploy to (e.g., ["internal", "alpha"])
confirmNo
file_pathYesAbsolute path to APK or AAB file
package_nameYesApp package name
release_notesNoOptional release notes for all tracks
confirmation_tokenNo
rollout_percentagesNoOptional dict mapping track names to rollout percentages

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

A3.6/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions 'single operation' but does not explain side effects, confirm/confirmation_token requirements, irreversibility, failure behavior, or required permissions. This is a mutating deployment operation, so these gaps are significant.

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 front-loaded with the core purpose and backed by a concrete use-case sentence. Both sentences earn their place with no redundant filler.

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

Completeness2/5

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

For a 7-parameter mutating deployment tool with no annotations, the description is not complete enough for correct invocation. It explains why to use the tool but omits the confirmation flow, per-track rollout behavior, and what happens on partial failure. The output schema helps, but the behavioral and parameter gaps remain.

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 71%, so most parameters are documented in the schema. The description adds little parameter-level meaning beyond the schema, and it does not clarify the undocumented confirm or confirmation_token parameters, which are relevant to this type of operation.

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 states a specific action and resource: 'Deploy an app to multiple tracks in a single operation.' This clearly distinguishes it from single-track tools like deploy_app and promote_release by emphasizing the batch/multi-track behavior. The examples of internal and alpha tracks reinforce the scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear use cases: deploying to internal and alpha tracks simultaneously, or promoting to multiple testing tracks at once. It does not explicitly name alternatives or say when not to use it, but the context is strong enough for an agent to select it appropriately.

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