Skip to main content
Glama

mcp-appstore

by appreply-co

analyze_reviews

Extract and analyze app reviews by specifying app ID, platform, and parameters like number of reviews, country, language, and sorting order. Supports iOS and Android app stores for insights into user feedback.

Input Schema

NameRequiredDescriptionDefault
appIdYesThe unique identifier for the app (Android package name, iOS numeric ID or bundle ID).
countryNoTwo-letter country code for reviews localization. Default 'us'.us
langNoLanguage code for filtering reviews (results may be less accurate if language doesn't match review content). Default 'en'.en
numNoTarget number of reviews to analyze (1-1000, default 100). Note: Actual number may be less due to API limitations or available reviews. For iOS, fetching requires multiple requests and is capped at page 10.
platformYesThe platform of the app ('ios' or 'android').
sortNoSorting order for reviews: 'newest', 'rating' (highest/lowest first, platform dependent), 'helpfulness'. Default 'newest'.newest

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appId": { "description": "The unique identifier for the app (Android package name, iOS numeric ID or bundle ID).", "type": "string" }, "country": { "default": "us", "description": "Two-letter country code for reviews localization. Default 'us'.", "maxLength": 2, "minLength": 2, "type": "string" }, "lang": { "default": "en", "description": "Language code for filtering reviews (results may be less accurate if language doesn't match review content). Default 'en'.", "type": "string" }, "num": { "default": 100, "description": "Target number of reviews to analyze (1-1000, default 100). Note: Actual number may be less due to API limitations or available reviews. For iOS, fetching requires multiple requests and is capped at page 10.", "type": "number" }, "platform": { "description": "The platform of the app ('ios' or 'android').", "enum": [ "ios", "android" ], "type": "string" }, "sort": { "default": "newest", "description": "Sorting order for reviews: 'newest', 'rating' (highest/lowest first, platform dependent), 'helpfulness'. Default 'newest'.", "enum": [ "newest", "rating", "helpfulness" ], "type": "string" } }, "required": [ "appId", "platform" ], "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/appreply-co/mcp-appstore'

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