Skip to main content
Glama

create_release

Create or replace a release on a track, set status and rollout percentage, and submit for review.

Instructions

Create or replace a release on a track.

NOTE: With Managed Publishing enabled, the edit is held pending approval. Call publish_managed_release to send live.

Args: package_name: Package name, e.g. com.example.myapp track: "internal", "alpha", "beta", or "production". version_codes: Version codes to include, e.g. [1234]. rollout_percentage: Rollout % when status is "inProgress". Default 10%. status: "draft" (default), "inProgress" (staged), "halted", or "completed". release_name: Optional human-readable name. release_notes: Optional {lang: text} dict, e.g. {"en-US": "Bug fixes"}. country_codes: Optional ISO 3166-1 alpha-2 codes. Empty list removes restrictions. 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
trackYes
statusNodraft
package_nameYes
release_nameNo
country_codesNo
release_notesNo
version_codesYes
submit_for_reviewNo
rollout_percentageNo
Behavior3/5

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

No annotations exist, so the description carries full burden. It discloses the managed publishing hold and submit_for_review behavior, but does not mention potential destructive aspects of replacement, idempotency, rate limits, or authentication needs.

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 and well-structured, with a brief purpose statement followed by a bullet-like parameter list. Every sentence adds value, and the managed publishing note is front-loaded for immediate attention.

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?

The description adequately covers parameters and the managed publishing workflow, referencing a sibling tool for follow-up. However, it lacks details on return values, error scenarios, and prerequisites, which would be helpful given the complexity and absence of 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 detailed meaning for all 9 parameters, including valid values (e.g., track options), conditional behavior (e.g., rollout_percentage used only with inProgress status), and explanatory notes (e.g., country codes removing restrictions).

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 'Create or replace a release on a track,' which is a specific verb+resource combination. This distinguishes it from siblings like 'update_release' (which likely updates) and 'publish_managed_release' (which publishes a pending 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 includes guidance on when Managed Publishing is enabled and advises to call 'publish_managed_release' to send live. However, it lacks explicit differentiation from 'update_release' and does not provide when-not-to-use scenarios.

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