AppTweak MCP Server

get_app_details

Retrieve comprehensive app details by ID, including metadata, reviews, and analytics, for iOS or Android apps in specific country and language settings.

Instructions

Get detailed information about an app by ID

Input Schema

NameRequiredDescriptionDefault
appIdYesApp ID (e.g., com.example.app for Android or 123456789 for iOS)
countryNoTwo-letter country code (e.g., US, GB)US
languageNoTwo-letter language code (e.g., en, fr)en
platformYesPlatform (ios/android)

Input Schema (JSON Schema)

{ "properties": { "appId": { "description": "App ID (e.g., com.example.app for Android or 123456789 for iOS)", "type": "string" }, "country": { "default": "US", "description": "Two-letter country code (e.g., US, GB)", "type": "string" }, "language": { "default": "en", "description": "Two-letter language code (e.g., en, fr)", "type": "string" }, "platform": { "description": "Platform (ios/android)", "enum": [ "ios", "android" ], "type": "string" } }, "required": [ "appId", "platform" ], "type": "object" }

Other Tools from AppTweak MCP Server

Related Tools

ID: ym377qzb03