Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

datasets_apps_reviews_search

Search user reviews scraped from iOS App Store and Google Play. Filter by app, store, country, star rating, and sort by recency, score, or helpfulness.

Instructions

Search the app-reviews dataset. Searches user reviews scraped from the iOS App Store and Google Play, stored in a search index (one document per review). Store enum: ios, android. Sort enum: recent, score_desc, score_asc, helpful_desc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFull-text query over review text, title and author, max 256 characters
pageNoPage number, defaults to 1
sortNoSort enum: recent, score_desc, score_asc, helpful_desc
storeNoStore enum: ios, android
app_idNoExact app filter — iOS numeric track id or Android package, max 128 characters
countryNoExact storefront country filter, max 128 characters
min_scoreNoMinimum star rating, 1 through 5
page_sizeNoPage size, defaults to 20 and maxes at 100; page * page_size must be <= 10000
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It mentions the search operation and that reviews are stored as one document per review, but does not discuss rate limits, authentication, data freshness, error states, or any side effects. This is insufficient for a search tool.

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?

Two sentences, front-loaded with the core purpose, followed by key details (store and sort enums). No extraneous information or repetition. Efficiently conveys the essential information.

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?

Despite 8 parameters and no output schema, the description is very brief. It omits details about pagination behavior, what data fields are returned, how filters interact, and the scope of the dataset. This leaves significant gaps for an agent to understand the tool's full capability.

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%, so the schema provides descriptions for all 8 parameters. The description adds minimal extra value by listing store and sort enums, but these are also present in the schema. Overall, it does not significantly enrich parameter understanding.

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 it searches an app-reviews dataset with reviews from iOS and Google Play, using store and sort enums. It distinguishes itself from sibling tools like appstore_reviews and googleplay_reviews by explicitly mentioning both stores and the 'apps_reviews' dataset name.

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 on when to use this tool versus alternatives (e.g., appstore_reviews, googleplay_reviews). There is no mention of prerequisites, when-not-to-use, or which scenarios benefit from this aggregated dataset over individual store tools.

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

Install Server

Other Tools

Latest Blog Posts

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/Crawlora-org/crawlora-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server