Skip to main content
Glama

List Google Play reviews

list_google_play_reviews
Read-onlyIdempotent

List the most recent Google Play user reviews for one of your Appskyline apps: star rating, truncated review text, app version, device, reviewer language, and whether the developer has replied. Requires a Google Play service account configured for the app. Paginate with the returned page token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYesAppskyline app id (uuid)
tokenNoPage token returned by a previous call
maxResultsNoHow many reviews to fetch (max 100)
translationLanguageNoTranslate review text into this language (e.g. en)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYes
statusYes
reviewsYes
returnedYes
truncatedYes
nextPageTokenYes

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the annotations that already indicate read-only, idempotent, non-destructive behavior, the description adds useful behavioral detail: review text is truncated, results are ordered by recency, and a preconfigured service account is required. It does not contradict any annotation and provides meaningful extra context for how the tool behaves.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three concise sentences with no filler: the first states the action and scope, the second gives the key prerequisite, and the third explains pagination. Every sentence contributes information the agent needs.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Combined with a fully documented schema with 100% parameter coverage and a rich output schema, the description covers the key context: what resource it reads, what fields are included, what is required before calling, and how to paginate. It does not explain default behavior of maxResults or potential error conditions, but those are not essential for this simple read-only listing tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already documents all parameters with 100% coverage, so the description does not need to repeat them. The mention of pagination with a returned page token aligns naturally with the token parameter, but it adds no new formatting or value beyond the schema. The baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with the specific verb 'List' and the resource 'most recent Google Play user reviews', then enumerates the exact returned fields: star rating, review text, app version, device, language, and developer reply status. This level of specificity clearly differentiates it from sibling tools, none of which deal with Play reviews.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The prerequisites are stated directly: a Google Play service account configured for the app is required, and pagination is explicitly indicated via the returned page token. This gives clear call-pattern guidance, though it does not name alternatives or exclusion cases. Since no sibling tool could perform the same task, the guidance is adequate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

Most tools map to clearly distinct resources and actions, such as listing apps, getting keyword history, fetching store listings, and searching store results. A couple of adjacent getters, particularly show_app_overview vs get_app and get_store_metadata vs get_store_listing, could be confused, but their descriptions are strong enough to keep an agent on the right path.

Naming Consistency5/5

Tool names follow a uniform verb_noun pattern throughout: add_, delete_, get_, list_, search_, show_. Resources such as app, keyword, store, and overview are consistently placed after the verb, making the set predictable and easy to reason about.

Tool Count5/5

Fourteen tools serve the ASO and store-insight domain well without feeling bloated. The count covers app discovery, keyword tracking, store metadata, engagement summaries, live store search, and reviews, so each tool earns a place.

Completeness4/5

The core workflows are well covered: list apps, get app details, track and delete keywords, check current rank and historical rank, look up search volume and difficulty, read store listings, and pull Google Play reviews. Obvious gaps are an update-keyword operation and App Store review listing, but most primary use cases do not hit dead ends.

Resources