Skip to main content
Glama
abd3lraouf-studios

Google Play Console MCP

Get Product Purchase V2

get_product_purchase_v2

Retrieve the status of an in-app product purchase using only the purchase token. Returns line items and acknowledgement state without requiring a product ID.

Instructions

Get the status of an in-app product purchase using the v2 API.

Unlike get_product_purchase, this identifies the purchase by token alone (no product ID) and returns line items and acknowledgement state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
package_nameYesApp package name
purchase_tokenYesThe purchase token from the client app

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

A4.7/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It adds meaningful behavioral detail by explaining that the lookup is token-only and that the response includes line items and acknowledgement state. It does not explicitly state read-only status or auth requirements, but these are minor for a simple status getter.

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?

Two well-structured sentences with the core action first and the differentiation second. Every phrase earns its place; there is no filler or repetition of schema details.

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

Completeness5/5

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

An output schema exists, so return values need not be explained. The description covers the tool's purpose, token semantics, and differentiation from the closest sibling, leaving no practical gap for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% and both parameters have descriptions, so the baseline is 3. The description adds value by clarifying that purchase_token alone is sufficient and that no product ID is needed, sharpening the semantics of the purchase_token parameter beyond the 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 opens with a specific verb and resource: 'Get the status of an in-app product purchase using the v2 API.' It immediately distinguishes itself from get_product_purchase by noting token-only identification and extra return fields, making its identity clear among many sibling tools.

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?

Explicitly contrasts with get_product_purchase, stating that this variant identifies the purchase by token alone and requires no product ID. This provides clear routing guidance for when to select this tool over the alternative.

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