Skip to main content
Glama
kutleloove

google-cloud-console-mcp

by kutleloove

Commit Play Console edit

play_commit_edit

Publish all pending changes in a Google Play edit, such as new bundles, track updates, and listing edits, making them live. Use it to finalize a release after staging changes.

Instructions

Commits an edit, making all changes made within it (new bundle, track updates, listing changes, ...) live on Google Play. This is the point of no return for a release.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
editIdYesEdit id returned by play_create_edit
packageNameYesPlay Console package name, e.g. "com.example.app"
changesNotSentForReviewNoIf true, changes are committed but not automatically submitted for Google review.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does disclose the critical irreversible behavior and the scope of what gets committed. It does not mention permission requirements or the nuanced effect of changesNotSentForReview, so it falls short of fully transparent, but it conveys the main risk an agent must know.

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 two tightly written sentences with no filler. The purpose and the irreversible consequence are both front-loaded, so an agent gets the essential information immediately.

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?

For a mutation tool with no output schema and fully documented parameters, the description covers the purpose and the key irreversible behavior. It could note that create_edit must be called first, but that dependency is already captured by the editId schema description, so the definition is largely complete.

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 100%, so the input schema already documents all three parameters clearly, including editId, packageName, and changesNotSentForReview. The description adds no additional parameter semantics beyond what the schema provides, making the baseline score of 3 appropriate.

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 uses a specific verb and resource, 'Commits an edit,' and immediately explains the concrete effect: changes become live on Google Play. The phrase 'point of no return for a release' clearly distinguishes this destructive commit action from siblings like play_validate_edit or play_delete_edit.

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 gives clear context for when to use it: after making bundle, track, or listing changes, and only when ready to make them live. It does not explicitly name play_validate_edit as a prerequisite or alternative, but the 'point of no return' framing provides strong implied guidance.

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