Skip to main content
Glama

update_release

Update rollout percentage or status of a Google Play release. Adjust rollout, complete, halt, or resume releases with optional version codes.

Instructions

Update rollout percentage and/or status of an existing release.

Examples: increase rollout (rollout_percentage=50), complete (=100), halt (status="halted"), resume (status="inProgress").

NOTE: With Managed Publishing enabled, changes are held pending approval. Call publish_managed_release to send live.

Args: package_name: Package name, e.g. com.example.myapp track: Track to update. Default "production". rollout_percentage: New rollout % (0–100). Pass 100 to complete. status: "inProgress", "halted", "completed", or "draft". version_codes: Filter to release containing these codes. Default: first release found. submit_for_review: If True, submits changes for Google Play review. Set to False to keep as draft without submitting for review.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trackNoproduction
statusNo
package_nameYes
version_codesNo
submit_for_reviewNo
rollout_percentageNo
Behavior3/5

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

With no annotations, description carries full burden. It discloses ability to update rollout and status, effect of submit_for_review, and the Managed Publishing hold. However, it doesn't mention permissions, rate limits, or whether changes overwrite existing settings completely.

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?

Description is moderate length, uses examples upfront, bullet lists for parameters, and a NOTE for important caveat. Could be slightly more concise, but structure is logical and easy to scan.

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 6 parameters, no output schema, and mutation tool, description covers all parameters with examples and default behaviors. Missing info on return value or error handling, but overall adequate for agent decision-making.

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 has 0% description coverage, so description fully compensates by explaining each parameter: allowed values (status), defaults (track='production', version_codes='first release found'), and behavior (rollout_percentage=100 completes). Adds significant value beyond the raw 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?

Description clearly states verb ('Update') and resource ('existing release'), specifies scope (rollout percentage and/or status), provides examples, and distinguishes from siblings like create_release 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?

Description gives examples of when to use (increase rollout, complete, halt, resume) and includes a NOTE about Managed Publishing pointing to publish_managed_release. It lacks explicit exclusion of siblings but context and examples imply appropriate use.

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/AgiMaulana/GooglePlayConsoleMcp'

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