Skip to main content
Glama

App Market Intelligence MCP

google-play-reviews

Retrieve and analyze Google Play app reviews to gain insights into user feedback, ratings, and developer responses. Customize by language, country, and sort order to track app performance and market trends.

Instructions

Get reviews for a Google Play app. Returns an array of reviews with:

  • id: Review ID string
  • userName: Reviewer's name
  • userImage: Reviewer's profile image URL
  • date: Review date (ISO string)
  • score: Rating (1-5)
  • scoreText: Rating display text
  • title: Review title
  • text: Review content
  • url: Review URL
  • version: App version reviewed
  • thumbsUp: Number of thumbs up votes
  • replyDate: Developer reply date (if any)
  • replyText: Developer reply content (if any)
  • criterias: Array of rating criteria (if any)

Note: Reviews are returned in the specified language. The total review count shown in Google Play refers to ratings, not written reviews.

Input Schema

NameRequiredDescriptionDefault
appIdYesPackage name of the app (e.g., 'com.mojang.minecraftpe')
countryNoCountry code (default: us)us
langNoLanguage code for reviews (default: en)en
nextPaginationTokenNoToken for fetching next page of reviews
numNoNumber of reviews to retrieve (default: 100). Ignored if paginate is true.
paginateNoEnable pagination with 150 reviews per page
sortNoSort order: newest, rating, or helpfulness (default: newest)newest

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appId": { "description": "Package name of the app (e.g., 'com.mojang.minecraftpe')", "type": "string" }, "country": { "default": "us", "description": "Country code (default: us)", "type": "string" }, "lang": { "default": "en", "description": "Language code for reviews (default: en)", "type": "string" }, "nextPaginationToken": { "description": "Token for fetching next page of reviews", "type": "string" }, "num": { "default": 100, "description": "Number of reviews to retrieve (default: 100). Ignored if paginate is true.", "type": "number" }, "paginate": { "default": false, "description": "Enable pagination with 150 reviews per page", "type": "boolean" }, "sort": { "default": "newest", "description": "Sort order: newest, rating, or helpfulness (default: newest)", "enum": [ "newest", "rating", "helpfulness" ], "type": "string" } }, "required": [ "appId" ], "type": "object" }

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/JiantaoFu/AppInsightMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server