Skip to main content
Glama

App Market Intelligence MCP

app-store-version-history

Track and analyze version history of App Store apps to monitor updates, release notes, and timestamps for market research and competitive insights.

Instructions

Get version history for an App Store app. Returns an array of versions with:

  • versionDisplay: Version number string
  • releaseNotes: Update description
  • releaseDate: Release date (YYYY-MM-DD)
  • releaseTimestamp: Release date and time (ISO string)

Input Schema

NameRequiredDescriptionDefault
idYesNumeric App ID (e.g., 444934666)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Numeric App ID (e.g., 444934666)", "type": "number" } }, "required": [ "id" ], "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