Skip to main content
Glama
abd3lraouf-studios

Google Play Console MCP

Batch Delete Purchase Option Offers

batch_delete_purchase_option_offers

Delete multiple one-time product offers in one batch operation. Specify package, product, purchase option, and offer IDs to remove them together, reducing repetitive API calls.

Instructions

Delete multiple one-time product offers in a single operation.

Disabled in read-only mode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestsYesList of DeleteOneTimeProductOfferRequest bodies (each with offerId and optional latencyTolerance)
product_idYesParent one-time product ID ('-' wildcard allowed)
package_nameYesApp package name
purchase_option_idYesParent purchase option ID ('-' wildcard allowed)

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 provided, the description carries the full burden of behavioral disclosure. It adds one useful behavioral fact—'Disabled in read-only mode'—which signals the operation mutates state and may fail in read-only contexts. However, it does not mention whether deletes are irrevocable, whether related offers are affected, or what happens on partial success.

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 extremely concise: one sentence states the action and scope, and a second sentence conveys a relevant runtime constraint. Every word earns its place and there is no redundant restatement of the tool name.

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 covers all parameters and an output schema exists, so the structural details are mostly complete. Still, the description lacks usage guidance, alternative routing, and meaningful behavioral context for a destructive batch operation, which leaves some ambiguity for an agent deciding whether this is the right tool.

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 describes all four parameters with 100% coverage, so the baseline is 3. The description does not add any parameter-level meaning beyond the schema, such as the meaning of the wildcard values or how requests relate to the parent product and purchase option IDs.

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 states a specific verb ('Delete'), a specific resource ('one-time product offers'), and a clear scope ('in a single operation'), so an agent can grasp the core action. However, it does not explicitly distinguish this from sibling tools like batch_delete_purchase_options or batch_delete_one_time_products, which could cause confusion among similarly named batch operations.

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?

There is no guidance about when to use this tool versus alternatives such as delete_one_time_product or batch_delete_purchase_options. The description only states what the tool does and that it is disabled in read-only mode; no context is given about choosing this over a single-item delete or another batch variant.

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