Skip to main content
Glama

update_release

Update the rollout percentage or status of a Google Play release. Increase, halt, resume, or complete rollouts directly.

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
package_nameYes
trackNoproduction
rollout_percentageNo
statusNo
version_codesNo
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses managed publishing behavior, default values, and valid statuses. However, it does not mention potential destructive effects or permission requirements, which would improve transparency.

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 concise, well-structured with clear sections (examples, note, args), and every sentence adds value. No redundant information.

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 no annotations, no output schema, and 0% schema coverage, the description covers all essential aspects: parameters, usage notes, and edge cases (managed publishing). It lacks details on return values or error handling, but that is acceptable without an output schema.

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%, but the description adds full context for each parameter: examples for package_name, default for track, range and special value for rollout_percentage, allowed values for status, and default behavior for version_codes. This compensates completely for the schema gap.

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 'Update rollout percentage and/or status of an existing release,' which is specific verb+resource. Examples and the note about managed publishing differentiate it from siblings like publish_managed_release.

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

Usage Guidelines5/5

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

The description includes examples for common use cases (increase, complete, halt, resume) and explicitly notes when to use the alternative tool publish_managed_release. It also explains default behaviors for track and version_codes.

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