ASO MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-google-play-languagesA | Get list of language codes supported by Google Play |
| get-google-play-countriesA | Get list of country codes supported by Google Play |
| get-google-play-countries-with-languagesA | Get list of country codes mapped with a list of languages in these countries supported by Google Play |
| get-google-play-collectionsA | Get list of collection types for browsing Google Play Store (TOP_FREE, TOP_PAID, GROSSING) |
| get-google-play-categoriesA | Get list of app categories in Google Play Store |
| get-google-play-sort-ordersA | Get list of sort orders for reviews (NEWEST, RATING, HELPFULNESS) |
| get-google-play-age-filtersA | Get list of age filters for browsing (FIVE_UNDER, SIX_EIGHT, NINE_UP) |
| get-google-play-rating-filtersA | Get list of valid rating filters for reviews (1-5) |
| google-play-suggestC | Get keywords suggestions for the given keyword in Google Play Store |
| google-play-searchD | Search for apps in Google Play Store |
| google-play-listC | Browse Google Play Store collections (top free, top paid, grossing) by category |
| google-play-appC | Get detailed information about a specific app |
| google-play-reviewsC | Get user reviews for a specific app with pagination support |
| google-play-validate-titleC | Validate title for Google Play Store |
| google-play-validate-short-descriptionD | Validate short description for Google Play Store |
| google-play-validate-full-descriptionC | Validate full description for Google Play Store |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 16 tools
All tools have distinct purposes: retrieving metadata options (age filters, ratings, languages, etc.), search, listing collections, app details, reviews, suggestions, and validation. No two tools overlap in functionality.
Naming follows a consistent pattern: 'get-google-play-*' for metadata retrieval and 'google-play-*' for actions (search, list, app, reviews, suggest, validate). All lowercase with hyphens, making it predictable.
With 16 tools, it is slightly above the typical 3-15 range but still well-scoped. Each tool serves a necessary function for ASO tasks, and the count does not feel excessive.
The tool set covers all essential ASO operations: searching, browsing, app details, reviews, suggestions, metadata options, and validation of titles and descriptions. No obvious gaps for querying Google Play data.