Skip to main content
Glama

App Market Intelligence MCP

google-play-datasafety

Retrieve detailed Google Play app data safety information, including shared and collected data, security practices, and privacy policy links, to assess app compliance and user privacy practices.

Instructions

Get data safety information for a Google Play app. Returns an object with:

  • dataShared: Array of shared data items, each containing:
    • data: Name of the data being shared (e.g., 'User IDs')
    • optional: Boolean indicating if sharing is optional
    • purpose: Comma-separated list of purposes (e.g., 'Analytics, Marketing')
    • type: Category of data (e.g., 'Personal info')
  • dataCollected: Array of collected data items with same structure as dataShared
  • securityPractices: Array of security practices, each containing:
    • practice: Name of the security practice
    • description: Detailed description of the practice
  • privacyPolicyUrl: URL to the app's privacy policy

Data types can include: Personal info, Financial info, Messages, Contacts, App activity, App info and performance, Device or other IDs

Input Schema

NameRequiredDescriptionDefault
appIdYesGoogle Play package name (e.g., 'com.dxco.pandavszombies')
langNoLanguage code for data safety info (default: en)en

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appId": { "description": "Google Play package name (e.g., 'com.dxco.pandavszombies')", "type": "string" }, "lang": { "default": "en", "description": "Language code for data safety info (default: en)", "type": "string" } }, "required": [ "appId" ], "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