Skip to main content
Glama
abd3lraouf-studios

Google Play Console MCP

Update In App Product

update_in_app_product

Update an existing in-app product by replacing its resource body with new pricing or metadata. Use this to correct or refresh product details in Google Play.

Instructions

Update (replace) an existing in-app product.

Disabled in read-only mode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skuYesProduct SKU identifier
productYesIn-app product resource body
package_nameYesApp package name
auto_convert_missing_pricesNoAuto-convert prices for regions without a specified price based on the default price (default: False)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It does disclose that this is a mutating 'replace' operation and that it is disabled in read-only mode. However, it does not explain consequences of replacement, such as whether unspecified fields are cleared, or whether an edit/commit workflow is required.

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 short sentences with no filler: it front-loads the core action and then adds the read-only restriction. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The schema and output schema cover parameter shapes and return values, and the description covers the core replace behavior and read-only restriction. It is minimally viable, but the complete absence of usage guidance relative to create/patch siblings and the lack of detail on replacement side effects leave meaningful gaps.

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 baseline is 3. The description adds no parameter-level detail beyond the schema; notably, the 'product' parameter remains an opaque 'resource body' object, but this gap is in the schema rather than something the description compensates for.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly names the operation ('Update (replace)') and the resource ('existing in-app product'), so an agent can identify what the tool acts on. It stops short of a 5 because it does not explicitly contrast this full-replace operation with the sibling patch_in_app_product, which could confuse an agent browsing the large sibling list.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool instead of create_in_app_product, patch_in_app_product, or delete_in_app_product. It only mentions the read-only mode restriction, which is about environment constraints rather than selection between sibling tools.

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