mcp-googleplay-reviews
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_APPLICATION_CREDENTIALS | Yes | Path to the service-account JSON key file |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_reviewsA | List recent user reviews for an app (Google Play returns reviews where the user left text, typically from the last week). Each review includes its reviewId, author, star rating, comment text, device/app-version, and the existing developer reply if one exists. Page with nextPageToken. |
| reply_to_reviewA | Reply to a user review. Replies are limited to 350 characters. Replying again to the same review edits the existing reply. |
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 2 tools
Each tool has a distinct purpose: one lists reviews, the other replies to a review. There is no overlap in functionality.
Both tool names follow the verb_noun pattern with underscores, consistent and predictable.
With only 2 tools, the server covers the core actions for Google Play reviews but feels minimal. A moderate scope would include 3-5 tools (e.g., get review details, delete reply), so the count is borderline.
The server provides listing and replying, but misses common operations like fetching a single review by ID or deleting a reply. The limited time window for list_reviews also restricts functionality. These gaps are notable but not severe.