Skip to main content
Glama
abd3lraouf-studios

Google Play Console MCP

Get Subscription Offer

get_subscription_offer

Retrieves details for a specific subscription offer using app package name, product ID, base plan ID, and offer ID.

Instructions

Get details of a specific subscription offer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offer_idYesSubscription offer ID
product_idYesParent subscription product ID
base_plan_idYesParent base plan ID
package_nameYesApp package name

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only says 'Get details,' which implies a read operation but does not state whether it requires special permissions, what happens when the offer does not exist, or how it relates to subscription offer state.

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 a single, focused sentence with no filler. It front-loads the verb and resource and avoids redundancy with the tool name.

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

Completeness2/5

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

With four required parameters, no annotations, and a very large sibling family, the one-line description is insufficient on its own. It does not help an agent choose between this and list/batch offer tools, and it leaves the selection criteria for the correct call entirely to inference.

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?

The input schema already documents all four parameters with 100% coverage, so the baseline is 3. The description adds no extra parameter meaning, such as how offer_id relates to product_id and base_plan_id or whether these IDs must identify a consistent parent hierarchy.

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 uses a specific verb ('Get') and a clear resource ('specific subscription offer'), so an agent can tell this is a single-offer detail fetch. It does not explicitly differentiate from batch_get_subscription_offers or get_subscription, but 'specific' signals it is not a listing operation.

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 provides no guidance on when to use this tool versus list_subscription_offers or batch_get_subscription_offers. There is no mention of when to prefer this over sibling tools, and no exclusions or alternative routing.

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