get_app_details
Retrieve detailed app information from Apple App Store or Google Play Store by providing the app ID and platform. Use this tool to access metadata like descriptions, ratings, and availability for specific apps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | 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'). | |
| platform | Yes | The platform of the app ('ios' or 'android'). | |
| country | No | Two-letter country code for store localization (e.g., 'us', 'de'). Affects availability and potentially some metadata. Default 'us'. | us |
| lang | No | 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. | en |