Skip to main content
Glama

batch_deploy

Deploy an app to multiple Google Play tracks simultaneously, such as internal and alpha, with optional release notes and rollout percentages.

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.

Args: package_name: App package name file_path: Absolute path to APK or AAB file tracks: List of tracks to deploy to (e.g., ["internal", "alpha"]) release_notes: Optional release notes for all tracks rollout_percentages: Optional dict mapping track names to rollout percentages

Returns: Batch deployment result with individual results for each track

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
package_nameYes
file_pathYes
tracksYes
release_notesNo
rollout_percentagesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It explains the deploy action and the batch return, but does not mention potential side effects, permissions, or rate limits. The detail is adequate but not comprehensive for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loads the main purpose. It uses a structured docstring format that is easy to parse. One sentence could be trimmed, but overall it is efficient and clear.

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?

Given the presence of 5 parameters and an output schema, the description covers all inputs and the return value. It provides enough context for an agent to use the tool correctly. However, it lacks details on error handling or edge cases, which would push it to a 5.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, requiring the description to fully explain parameters. The docstring-style description provides clear semantics for each parameter, including optional fields and expected formats (e.g., list of tracks, dict for rollout_percentages), adding substantial value beyond the bare schema.

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 clearly states the tool's purpose: 'Deploy an app to multiple tracks in a single operation.' It provides concrete use cases (deploying to internal and alpha tracks simultaneously, promoting to multiple testing tracks) and distinguishes from siblings like deploy_app and promote_release.

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 explicitly mentions when to use this tool (simultaneous multi-track deployment) and implies that for single-track deployment, other tools like deploy_app are more appropriate. However, it does not explicitly state when not to use it or provide explicit alternative references.

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