Skip to main content
Glama

google_list_images

Retrieve uploaded images for Android apps on Google Play Console to manage visual assets like screenshots, icons, and graphics for specific app listings.

Instructions

List uploaded images of a specific type

Input Schema

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

Implementation Reference

  • The definition and handler implementation for the google_list_images tool.
    const listImages: ToolDef = {
      name: 'google_list_images',
      description: 'List uploaded images of a specific type',
      schema: z.object({
        packageName: z.string().describe('Android package name'),
        editId: z.string().describe('Edit ID'),
        language: z.string().describe('Language code'),
        imageType: z.enum([
          'featureGraphic', 'icon', 'phoneScreenshots', 'sevenInchScreenshots',
          'tenInchScreenshots', 'tvBanner', 'tvScreenshots', 'wearScreenshots',
        ]).describe('Image type'),
      }),
      handler: async (client, args) => {
        return client.listImages(args.packageName, args.editId, args.language, args.imageType);
      },
    };

Tool Definition Quality

Score is being calculated. Check back soon.

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