Skip to main content
Glama

App Market Intelligence MCP

app-store-version-history

Retrieve detailed version history for any Apple App Store app, including version numbers, release dates, timestamps, and update descriptions, to track updates and analyze app evolution.

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