Skip to main content
Glama

App Market Intelligence MCP

google-play-suggest

Retrieve up to 5 Google Play search suggestions for a specific term, language, and country to identify trending keywords and optimize app discovery strategies.

Instructions

Get search suggestions from Google Play. Returns an array of suggested search terms (up to 5). Sample response: ['panda pop', 'panda', 'panda games', 'panda run', 'panda pop for free']

Input Schema

NameRequiredDescriptionDefault
countryNoCountry code to get suggestions from (default: us)us
langNoLanguage code for suggestions (default: en)en
termYesSearch term to get suggestions for (e.g., 'panda')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "country": { "default": "us", "description": "Country code to get suggestions from (default: us)", "type": "string" }, "lang": { "default": "en", "description": "Language code for suggestions (default: en)", "type": "string" }, "term": { "description": "Search term to get suggestions for (e.g., 'panda')", "type": "string" } }, "required": [ "term" ], "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