Skip to main content
Glama

google_delete_all_images

Remove all images of a specific type for a language in Google Play Console to manage app listings and screenshots.

Instructions

Delete all images of a specific type for a language

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packageNameYesAndroid package name
editIdYesEdit ID
languageYesLanguage code
imageTypeYesImage type

Implementation Reference

  • The handler function definition for 'google_delete_all_images' which uses the client to delete all images of a specified type.
    const deleteAllImages: ToolDef = {
      name: 'google_delete_all_images',
      description: 'Delete all images of a specific type for a language',
      schema: z.object({
        packageName: z.string().describe('Android package name'),
        editId: z.string().describe('Edit ID'),
        language: z.string().describe('Language code'),
        imageType: z.string().describe('Image type'),
      }),
      handler: async (client, args) => {
        await client.deleteAllImages(args.packageName, args.editId, args.language, args.imageType);
        return { success: true };
      },
    };
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/mikusnuz/app-publish-mcp'

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