Skip to main content
Glama

google_delete_iap

Remove in-app products from Google Play Console by specifying package name and SKU to manage your app's digital offerings.

Instructions

Delete an in-app product

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packageNameYesAndroid package name
skuYesProduct SKU to delete

Implementation Reference

  • The handler function for google_delete_iap that calls the client's deleteInAppProduct method.
    handler: async (client, args) => {
      await client.deleteInAppProduct(args.packageName, args.sku);
      return { success: true };
    },
  • The Zod schema definition for the arguments of the google_delete_iap tool.
    schema: z.object({
      packageName: z.string().describe('Android package name'),
      sku: z.string().describe('Product SKU to delete'),
    }),
  • The definition of the google_delete_iap tool object.
    const deleteInAppProduct: ToolDef = {
      name: 'google_delete_iap',

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