Skip to main content
Glama
lusky3
by lusky3

batch_delete_purchase_options

Delete multiple purchase options from a one-time product in a single operation, reducing API calls and simplifying bulk cleanup for Google Play apps.

Instructions

Delete multiple purchase options from a one-time product in a single operation.

Disabled in read-only mode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestsYesList of DeletePurchaseOptionRequest bodies (each with purchaseOptionId and optional latencyTolerance)
product_idYesParent one-time product ID
package_nameYesApp package name

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations exist, so the description bears full responsibility. It only mentions 'disabled in read-only mode', which is a behavioral constraint. It does not disclose that the operation is destructive, any permission requirements, potential side effects on related data, or partial-failure behavior. For a delete operation, this is insufficient.

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 concise sentences with no filler. The description is front-loaded and every word serves a purpose. It gets straight to the point.

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?

Despite having an output schema and 100% schema coverage, the description omits important contextual details for a delete operation, such as rollback behavior if some items fail, impact on existing purchase states, or idempotency. The brevity leaves gaps that could affect the agent's decision-making.

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 coverage is 100% and each parameter has a description in the schema. The tool description adds no parameter-specific info beyond what the schema already provides. Baseline of 3 is appropriate since the schema fully documents the parameters.

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?

The description clearly states the verb (delete), resource (purchase options), and scope (from a one-time product, batch operation). It distinguishes this tool from siblings like batch_delete_one_time_products and batch_delete_purchase_option_offers by specifying the exact entity and context.

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

Usage Guidelines3/5

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

The description gives a context (batch operation on purchase options) but does not explicitly state when to use it over alternatives or mention any exclusions. The 'disabled in read-only mode' is a constraint, not usage guidance. Sibling tools are not referenced, so the agent must infer usage from the name.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lusky3/play-store-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server