Skip to main content
Glama
abd3lraouf-studios

Google Play Console MCP

Activate Purchase Option Offer

activate_purchase_option_offer

Activate a one-time product offer in Google Play Console, making it available to eligible buyers. Provide the app package, product, purchase option, and offer IDs to enable it.

Instructions

Activate a one-time product offer, making it available to eligible buyers.

Disabled in read-only mode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offer_idYesOne-time product offer ID to activate
product_idYesParent one-time product ID
package_nameYesApp package name
purchase_option_idYesParent purchase option ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It does add one useful trait: 'Disabled in read-only mode,' signaling this is a mutating operation. However, it does not disclose permissions, idempotence, whether activation can be reverted, or any side effects beyond making the offer available.

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 sentences with no wasted wording. The primary action and outcome are front-loaded, followed by a relevant mode restriction that affects invocation behavior.

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 simple activation operation, the combination of a clear outcome, full parameter documentation, and an output schema is largely sufficient. The main gap is the absence of any prerequisite or state-change caveats beyond read-only mode, but the tool is not complex enough to demand much more.

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 four parameters clearly, including parent/child relationships. The description adds no parameter-specific detail beyond the general concept of a one-time product offer, which matches the baseline for fully covered schemas.

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 ('Activate'), names the resource ('one-time product offer'), and states the resulting state ('making it available to eligible buyers'). This is clear and distinguishable from most siblings, though it does not explicitly contrast with deactivate/cancel or batch state-update tools.

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 implies the tool is for activating an offer, but provides no explicit when-to-use guidance, exclusions, or mention of alternatives such as deactivate_purchase_option_offer or batch_update_purchase_option_offer_states. Agents must infer the appropriate context entirely from the tool name and one-line effect.

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