Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

datasets_apps_charts_search

Search daily top-chart snapshots from iOS App Store and Google Play. Filter by store, chart type, date, or app ID, and sort results to track app rank history.

Instructions

Search the app-charts dataset. Searches daily top-chart snapshots scraped from the iOS App Store and Google Play, stored in a search index (one document per chart × snapshot × rank). With no date the latest snapshot is returned (today's chart); pair app_id with sort=date_desc for an app's rank over time. Store enum: ios, android. Chart type enum: top_free, top_paid, top_grossing, new. Sort enum: rank, rank_desc, date_desc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFull-text query over chart-entry title and developer, max 256 characters
dateNoSnapshot date filter yyyy-MM-dd; defaults to the latest snapshot
pageNoPage number, defaults to 1
sortNoSort enum: rank, rank_desc, date_desc
storeNoStore enum: ios, android
app_idNoExact app filter — iOS numeric track id or Android package; pair with sort=date_desc for rank history
countryNoExact storefront country filter, max 128 characters
categoryNoStore category/genre filter, max 128 characters; empty for the overall charts
page_sizeNoPage size, defaults to 20 and maxes at 100; page * page_size must be <= 10000
chart_typeNoChart enum: top_free, top_paid, top_grossing, new
collectionNoRaw store collection id filter (e.g. topgrossingapplications, GROSSING), max 128 characters
Behavior3/5

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

No annotations provided, so description must carry full burden. It describes a read search operation without side effects, but does not explicitly state read-only or mention any behavioral traits like rate limits or auth requirements. Adequate but not exceptional.

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?

Four well-structured sentences front-loading the main purpose, then providing key usage details and parameter explanations. No fluff, every sentence earns its place.

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?

No output schema, so description should explain return fields. It mentions document structure but not specific fields. For a search tool with 11 parameters, it covers usage well but omits output details, leaving some uncertainty for agents.

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?

Input schema covers all 11 parameters with descriptions (100% coverage). Description adds semantic value by explaining document structure, default behavior, and usage tips (e.g., pairing app_id with sort=date_desc), going beyond schema descriptions.

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?

Description clearly states it searches the app-charts dataset, specifying data source (iOS App Store and Google Play), storage structure (one document per chart × snapshot × rank). Distinguishes from sibling tools like datasets_apps_search by focusing on charts data.

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?

Provides explicit usage patterns: default date returns latest snapshot, pairing app_id with sort=date_desc for rank history. Explains enums for store, chart type, and sort. Does not explicitly mention when not to use, but context is clear.

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