Skip to main content
Glama

google_get_review

Retrieve detailed information about a specific Google Play Store review using package name and review ID to analyze user feedback.

Instructions

Get a specific review with details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packageNameYesAndroid package name
reviewIdYesReview ID

Implementation Reference

  • The definition and handler for 'google_get_review', which delegates the request to the GoogleClient.getReview method.
    const getReview: ToolDef = {
      name: 'google_get_review',
      description: 'Get a specific review with details',
      schema: z.object({
        packageName: z.string().describe('Android package name'),
        reviewId: z.string().describe('Review ID'),
      }),
      handler: async (client, args) => {
        return client.getReview(args.packageName, args.reviewId);
      },
    };

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