Skip to main content
Glama

google_upload_apk

Upload Android APK files to Google Play Console for app publishing and distribution. Specify package name, edit ID, and local APK path to submit applications.

Instructions

Upload an APK file

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packageNameYesAndroid package name
editIdYesEdit ID
apkPathYesLocal path to the .apk file

Implementation Reference

  • The handler and definition for the 'google_upload_apk' tool.
    const uploadApk: ToolDef = {
      name: 'google_upload_apk',
      description: 'Upload an APK file',
      schema: z.object({
        packageName: z.string().describe('Android package name'),
        editId: z.string().describe('Edit ID'),
        apkPath: z.string().describe('Local path to the .apk file'),
      }),
      handler: async (client, args) => {
        return client.uploadApk(args.packageName, args.editId, args.apkPath);
      },
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