Skip to main content
Glama

Play & App Store Reviews

Ownership verified

Server Details

Scrape and extract application reviews from both the Google Play Store and the Apple App Store.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.7/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose. The two review tools are clearly separated by store (Apple vs. Google), and usage_statistic is obviously about API rate limits, so there is no ambiguity between tools.

Naming Consistency2/5

The two review tools follow a consistent get_<store>_reviews pattern, but usage_statistic breaks the pattern by using a noun-only name with no verb and no parallel structure.

Tool Count4/5

Three tools is a reasonable count for a simple reviews server. However, usage_statistic seems unrelated to the core purpose, making the set feel slightly padded.

Completeness4/5

The server covers the primary need of fetching reviews from both major app stores. Minor gaps include lack of filtering or rating summaries, and usage_statistic is a non-domain operation that does not contribute to review workflows.

Available Tools

3 tools
get_app_store_reviewsAInspect

Get reviews for a specific app from the Apple App Store.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesApp Store app ID (e.g. 1462715669)
pageNoPage number (e.g. 1)
sortNoSort order
countryYesCountry code (e.g. 'id')
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only says 'Get reviews' without mentioning pagination, sorting behavior, country-specific filtering, return format, or any constraints. The read-only nature is implied but not elaborated, leaving the agent guessing about behavior.

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 a single, 11-word sentence that is front-loaded and free of filler. Every word earns its place, making it exceptionally concise and clear.

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

Completeness2/5

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

Since there is no output schema, the description should clarify what 'reviews' includes (e.g., review text, ratings, metadata). It does not explain the response format, pagination, or that both id and country are required. Given the tool's complexity (4 parameters, no output schema), this is under-specified.

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?

Schema coverage is 100%, with each parameter having a description (e.g., 'App Store app ID', 'Sort order'). The description adds no extra parameter semantics, but the baseline of 3 is appropriate since the schema already provides sufficient meaning.

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 uses a specific verb ('Get'), a clear resource ('reviews'), and an explicit source ('Apple App Store'), which immediately distinguishes it from sibling tools like get_play_store_reviews (Google Play) and usage_statistic (usage stats). It precisely states what the tool does.

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 description provides clear platform context ('Apple App Store'), making it obvious when to use this tool (for iOS app reviews) versus the Android sibling. However, it does not explicitly name alternatives or state exclusions, so it falls short of a 5.

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

get_play_store_reviewsBInspect

Get reviews for a specific app from the Google Play Store.

ParametersJSON Schema
NameRequiredDescriptionDefault
numNoNumber of reviews to fetch (e.g. 10)
langNoLanguage code (e.g. 'id')
sortNoSort order
appIdYesPlay Store app ID (e.g. 'id.bmri.livin')
ratingNoSpecific rating to filter by (e.g. 1)
countryNoCountry code (e.g. 'id')
Behavior2/5

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

With no annotations, the description must disclose behavioral traits beyond the basic purpose. It only says 'Get' which implies a read-only operation, but provides no details on rate limits, pagination, or parameter interactions. There is no contradiction, but the disclosure is sparse.

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 a single sentence of ten words, which is exceptionally concise and front-loaded with the essential information. Every word serves the core purpose.

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

Completeness3/5

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

For a tool with six parameters and no output schema or annotations, the description is minimal but the schema provides rich parameter documentation. However, it lacks behavioral context such as sorting/filtering semantics or output expectations, making it adequate but not fully complete.

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?

All six parameters have descriptions in the input schema, so the description does not need to explain them. However, the description adds no parameter-specific context beyond the schema, so it does not improve on the schema's coverage.

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 clearly states 'Get reviews for a specific app from the Google Play Store', using a specific verb and resource. It distinguishes itself from the sibling 'get_app_store_reviews' by explicitly naming the Google Play Store.

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

Usage Guidelines2/5

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

No guidance is provided about when to use this tool versus alternatives. It does not mention the sibling tools or any exclusions, leaving the agent to infer usage solely from the name.

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

usage_statisticAInspect

Retrieves the current user's API rate limits, including requests used and remaining requests.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It discloses a read-only operation ('Retrieves') and returns specific fields. However, it does not explicitly state that it has no side effects, require authentication, or describe whether the rate limit data resets or is time-windowed. Some behavioral context is added, but it is not extensive.

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 a single sentence, front-loaded with the verb, and contains no filler. Every word contributes to understanding the tool's purpose and output.

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?

For a tool with no parameters and no output schema, the description clearly explains what it returns. It lacks explicit mention of authentication or error conditions, but these are not critical for a simple retrieval tool. The description is sufficient for an agent to select and invoke the tool correctly.

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

Parameters4/5

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

The tool has zero parameters, and the schema is empty, so there is no parameter information to supplement. The description adds meaning about the output (usage and remaining requests), which is more than what the schema alone provides. Baseline for zero parameters is 4, and the description earns that.

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 clearly states a specific action ('Retrieves') and resource ('current user's API rate limits'), and it names the exact data provided ('requests used and remaining requests'). This distinguishes it from sibling tools about app store reviews, which are entirely unrelated.

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 description implies the tool is used for checking API rate limits, providing clear context. It does not explicitly exclude alternatives or mention when-not-to-use, but the sibling tools are so dissimilar (reviews vs. rate limits) that usage intent is unambiguous.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources