Skip to main content
Glama
lusky3
by lusky3

batch_update_subscription_offers

Batch update multiple subscription offers in a single operation via the Google Play Developer API.

Instructions

Update multiple subscription offers in a single operation.

Disabled in read-only mode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestsYesList of UpdateSubscriptionOfferRequest bodies (each with subscriptionOffer, updateMask, and optional regionsVersion)
product_idYesParent subscription product ID
base_plan_idYesParent base plan ID ('-' wildcard allowed)
package_nameYesApp package name

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must carry the behavioral disclosure burden. It does disclose that the tool is disabled in read-only mode, which is useful. However, it does not describe other behavioral aspects like atomicity, partial failure handling, or idempotency, which are relevant for a batch update tool.

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 consists of two concise sentences that effectively front-load the purpose and include a critical usage note. There is no verbosity or redundant information, making it highly efficient.

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?

The tool has a clear output schema (not shown) and complete parameter documentation, so the description does not need to explain return values. The description covers the core purpose and the read-only restriction, which is sufficient for a batch update operation. It could add a note about usage as a batch alternative, but overall it is fairly complete.

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 has 100% coverage of all four parameters, and the description adds no additional parameter-level detail beyond the schema. According to the rubric, with high schema coverage, the baseline score is 3, and there is no extra contribution from the description.

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 action 'update' and the resource 'subscription offers', with the scope 'multiple' and 'in a single operation'. This distinguishes it from sibling tools like patch_subscription_offer (single update) and batch_update_subscription_offer_states (which updates states, not offers).

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 mentions 'Disabled in read-only mode', which gives a usage constraint, but does not explicitly compare to alternatives such as batch_update_subscription_offer_states or patch_subscription_offer. It lacks guidance on when to choose this batch operation over iterating single updates.

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