Skip to main content
Glama
abd3lraouf-studios

Google Play Console MCP

Delete Image

delete_image

Delete a specific store-listing image by its ID and commit the change to your Google Play listing.

Instructions

Delete a single store-listing image by ID and commit the edit.

Disabled in read-only mode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
image_idYesUnique identifier of the image to delete
languageYesLanguage localization code (BCP-47 tag, e.g. en-US)
image_typeYesImage type - one of: phoneScreenshots, sevenInchScreenshots, tenInchScreenshots, tvScreenshots, wearScreenshots, icon, featureGraphic, tvBanner
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

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden. It discloses that the operation both deletes an image and commits the edit, and that it is disabled in read-only mode. It does not discuss irreversibility or prerequisites like an existing open edit, but the core behavioral traits are transparent.

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, front-loaded with the action and followed by a useful operational restriction. Every word contributes meaning and there is no fluff.

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 description covers what the tool does, the commit behavior, and the read-only restriction, while the output schema handles return values. It could mention whether an open edit is required, but overall the provided information is sufficient for correct use.

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 schema already fully documents all four parameters. The description adds little parameter-specific meaning beyond reinforcing that the deletion targets an image by ID and is store-listing related, which is sufficient but not exceptional.

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 uses a specific verb ('Delete') with a precise resource ('single store-listing image by ID') and states the side effect ('commit the edit'). This clearly distinguishes it from related sibling tools like delete_all_images and upload_image.

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

Usage Guidelines4/5

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

The description makes clear this tool is for deleting a single image and committing the edit, and that it is disabled in read-only mode. However, it does not explicitly call out alternatives such as delete_all_images or explain when not to use this tool.

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