Skip to main content
Glama

App Market Intelligence MCP

google-play-details

Retrieve comprehensive insights for any Google Play app, including ratings, installs, pricing, developer details, and version history, to enhance market research and competitive analysis.

Instructions

Get detailed information about a Google Play app. Returns an object with:

  • title: App name
  • description: Full app description
  • descriptionHTML: Description with HTML formatting
  • summary: Short description
  • installs: Install count range
  • minInstalls: Minimum install count
  • maxInstalls: Maximum install count
  • score: Average rating (0-5)
  • scoreText: Rating display text
  • ratings: Total number of ratings
  • reviews: Total number of reviews
  • histogram: Rating distribution by star level
  • price: Price in local currency
  • free: Boolean indicating if app is free
  • currency: Price currency code
  • priceText: Formatted price string
  • offersIAP: Boolean indicating in-app purchases
  • IAPRange: Price range for in-app purchases
  • androidVersion: Minimum Android version required
  • androidVersionText: Formatted Android version text
  • developer: Developer name
  • developerId: Developer ID
  • developerEmail: Developer contact email
  • developerWebsite: Developer website URL
  • developerAddress: Developer physical address
  • genre: App category
  • genreId: Category ID
  • icon: Icon URL
  • headerImage: Feature graphic URL
  • screenshots: Array of screenshot URLs
  • contentRating: Content rating (e.g. 'Everyone')
  • contentRatingDescription: Content rating details
  • adSupported: Boolean indicating if app shows ads
  • released: Release date
  • updated: Last update date
  • version: Current version string
  • recentChanges: Latest version changes
  • preregister: Boolean indicating if app is in pre-registration
  • editorsChoice: Boolean indicating Editor's Choice status
  • features: Array of special features

Input Schema

NameRequiredDescriptionDefault
appIdYesGoogle Play package name (e.g., 'com.google.android.apps.translate')
countryNoCountry code to check app availability (default: us)us
langNoLanguage code for result text (default: en)en

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appId": { "description": "Google Play package name (e.g., 'com.google.android.apps.translate')", "type": "string" }, "country": { "default": "us", "description": "Country code to check app availability (default: us)", "type": "string" }, "lang": { "default": "en", "description": "Language code for result text (default: en)", "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