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 to find app rankings, filter by store, chart type, date, and track rank history over time.

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. Platform enum (Apple device platforms, ios charts only): phone, pad, mac. 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
platformNoApple device-platform filter, iOS charts only; see platform enum above
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
Behavior4/5

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

With no annotations, the description carries the behavioral transparency burden. It discloses the data source, document structure (one per chart × snapshot × rank), default date behavior, and enums. Missing operational details like rate limits or exact return format, but the core behavior is well explained.

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 concise and front-loaded: the first sentence states the purpose, followed by data model, defaults, and usage examples. Every sentence earns its place—no redundant fluff or repetition of schema content.

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?

Given 12 parameters, no annotations, and no output schema, the description covers the key aspects: data scope, source, defaults, enums, and a time-series use case. It does not explicitly describe return fields or pagination limits, but the schema covers parameter constraints, making this sufficient for a search tool.

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?

Despite 100% schema coverage, the description adds value beyond the schema by explaining enum semantics (store, chart type, platform, sort), the default behavior of `date`, and the app_id/sort combination for rank history. This enriches the bare schema descriptions with practical 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 clearly states 'Search the app-charts dataset' and specifies the exact resource: daily top-chart snapshots from iOS App Store and Google Play. It distinguishes this from sibling tools like datasets_apps_search by focusing on chart snapshots and rank 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?

The description provides concrete usage patterns: 'With no `date` the latest snapshot is returned' and 'pair `app_id` with `sort=date_desc` for an app's rank over time'. This gives clear context for common cases, though it does not explicitly mention when not to use this tool versus alternatives.

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