Skip to main content
Glama

AppTweak MCP Server

by robertredbox

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" }

You must be authenticated.

Other Tools from AppTweak MCP Server

Related Tools

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/robertredbox/apptweak-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server