Skip to main content
Glama

App Market Intelligence MCP

app-store-reviews

Analyze App Store reviews to gather user feedback, ratings, and version insights. Use numeric ID or bundle ID, filter by country, page, and sort order to research app performance and trends.

Instructions

Get reviews for an App Store app. Returns an array of reviews with:

  • id: Review ID
  • userName: Reviewer's name
  • userUrl: Reviewer's profile URL
  • version: App version reviewed
  • score: Rating (1-5)
  • title: Review title
  • text: Review content
  • url: Review URL
  • updated: Review date (ISO string)

Input Schema

NameRequiredDescriptionDefault
appIdNoBundle ID (e.g., 'com.midasplayer.apps.candycrushsaga'). Either this or id must be provided.
countryNoCountry code to get reviews from (default: us)us
idNoNumeric App ID (e.g., 553834731). Either this or appId must be provided.
pageNoPage number to retrieve (default: 1, max: 10)
sortNoSort order (recent or helpful)recent

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appId": { "description": "Bundle ID (e.g., 'com.midasplayer.apps.candycrushsaga'). Either this or id must be provided.", "type": "string" }, "country": { "default": "us", "description": "Country code to get reviews from (default: us)", "type": "string" }, "id": { "description": "Numeric App ID (e.g., 553834731). Either this or appId must be provided.", "type": "number" }, "page": { "default": 1, "description": "Page number to retrieve (default: 1, max: 10)", "maximum": 10, "minimum": 1, "type": "number" }, "sort": { "default": "recent", "description": "Sort order (recent or helpful)", "enum": [ "recent", "helpful" ], "type": "string" } }, "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