Skip to main content
Glama
abd3lraouf-studios

Google Play Console MCP

Delete In App Product

delete_in_app_product

Delete an in-app product from the Google Play catalog using its package name and SKU to remove outdated or unwanted items.

Instructions

Delete an in-app product from the catalog.

Disabled in read-only mode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skuYesProduct SKU identifier
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

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It makes the destructive nature clear ('Delete') and adds a useful operational constraint: 'Disabled in read-only mode.' However, it does not disclose permanence, side effects, or whether deletion affects existing purchases or users.

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 short sentences, zero filler, and the primary action is front-loaded. The read-only mode sentence adds value without bloating the description.

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 destructive tool with fully documented parameters and an output schema, this is nearly complete. It covers the action, the target resource, and a key execution constraint; only explicit guidance about alternatives or permanence is missing.

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%, with sku and package_name already described accurately in the input schema. The description adds no parameter-level meaning, so the baseline score of 3 is appropriate.

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?

States a specific verb and resource: deleting an in-app product from the catalog. It is clear about what the tool does, though it does not explicitly differentiate itself from the sibling batch_delete_in_app_products or other delete variants.

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 does not provide when-to-use or when-not-to-use guidance, and it names no alternatives. 'Delete an in-app product from the catalog' is essentially the operation itself, not guidance on when to choose this tool over related batch or product-type delete tools.

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