Skip to main content
Glama

google_create_edit

Create an edit session to modify Google Play listings, required before updating app details, screenshots, or descriptions.

Instructions

Create a new edit session. Required before making any changes to a Google Play listing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packageNameYesAndroid package name (e.g. com.example.app)

Implementation Reference

  • The handler implementation and definition for the 'google_create_edit' tool, which creates a new edit session for a Google Play app.
    const createEdit: ToolDef = {
      name: 'google_create_edit',
      description: 'Create a new edit session. Required before making any changes to a Google Play listing.',
      schema: z.object({
        packageName: z.string().describe('Android package name (e.g. com.example.app)'),
      }),
      handler: async (client, args) => {
        const editId = await client.createEdit(args.packageName);
        return { editId, note: 'Use this editId for subsequent operations, then commit when done.' };
      },
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