Skip to main content
Glama

mcp-appstore

by appreply-co

get_app_details

Retrieve detailed metadata for apps on iOS and Android platforms by specifying the app ID, platform, country, and language. Ideal for analyzing app details and store-specific data.

Input Schema

NameRequiredDescriptionDefault
appIdYesThe unique identifier for the app. For Android: the package name (e.g., 'com.google.android.gm'). For iOS: the numeric ID (e.g., '553834731') or the bundle ID (e.g., 'com.midasplayer.apps.candycrushsaga').
countryNoTwo-letter country code for store localization (e.g., 'us', 'de'). Affects availability and potentially some metadata. Default 'us'.us
langNoLanguage code for the results (e.g., 'en', 'de'). If not provided, defaults to the 'country' code. If 'country' is also missing, defaults to 'en'. Determines the language of text fields like description and recent changes.en
platformYesThe platform of the app ('ios' or 'android').

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appId": { "description": "The unique identifier for the app. For Android: the package name (e.g., 'com.google.android.gm'). For iOS: the numeric ID (e.g., '553834731') or the bundle ID (e.g., 'com.midasplayer.apps.candycrushsaga').", "type": "string" }, "country": { "default": "us", "description": "Two-letter country code for store localization (e.g., 'us', 'de'). Affects availability and potentially some metadata. Default 'us'.", "maxLength": 2, "minLength": 2, "type": "string" }, "lang": { "default": "en", "description": "Language code for the results (e.g., 'en', 'de'). If not provided, defaults to the 'country' code. If 'country' is also missing, defaults to 'en'. Determines the language of text fields like description and recent changes.", "type": "string" }, "platform": { "description": "The platform of the app ('ios' or 'android').", "enum": [ "ios", "android" ], "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