Skip to main content
Glama

google_delete_edit

Discard pending changes in Google Play Console edit sessions without committing them, using package name and edit ID.

Instructions

Discard an edit session without committing changes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packageNameYesAndroid package name
editIdYesEdit ID

Implementation Reference

  • The implementation of the `google_delete_edit` tool, including its schema and handler logic.
    const deleteEdit: ToolDef = {
      name: 'google_delete_edit',
      description: 'Discard an edit session without committing changes',
      schema: z.object({
        packageName: z.string().describe('Android package name'),
        editId: z.string().describe('Edit ID'),
      }),
      handler: async (client, args) => {
        await client.deleteEdit(args.packageName, args.editId);
        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