Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

datasets_steam_charts_search

Search Steam player-count and sales charts across historical daily snapshots, with filters for game, date, chart type, and country to track rankings and concurrent players.

Instructions

Search the steam-charts dataset. Searches daily snapshots of Steam's player-count and sales charts, stored in a search index (one document per chart × country × snapshot × rank) so history accumulates. Charts: most_played (weekly peak concurrent), concurrent (live concurrent players), top_sellers (weekly sales; country-specific). With no date the latest snapshot is returned (today's chart); pair app_id with sort=date_desc for an app's rank/players over time. Country is global for the player-count charts or an ISO code (e.g. us) for top_sellers. Sort enum: rank, rank_desc, date_desc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFull-text query over the game name, 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
chartNoChart enum: most_played, concurrent, top_sellers
app_idNoExact Steam app id filter; pair with sort=date_desc for rank/players history
countryNoMarket filter: global (player-count charts) or an ISO country code (top_sellers), max 128 characters
page_sizeNoPage size, defaults to 20 and maxes at 100; page * page_size must be <= 10000
Behavior4/5

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

With no annotations, the description carries the full transparency burden and does well: it explains the search index structure (one document per chart × country × snapshot × rank), history accumulation, and default snapshot behavior. It does not describe pagination quirks or return format, but those are partially visible in the schema and less critical for safe invocation.

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 four dense but well-structured sentences. It front-loads the core purpose and packs the data model, chart types, defaults, and key parameter interactions without fluff or redundancy. Every sentence adds value.

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?

Despite having 8 parameters and no output schema, the description covers the essential context: dataset contents, document structure, chart types, default date, and country conventions. It could say a bit more about full-text `q` search behavior and pagination constraints, but the schema descriptions already cover those parameter details.

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 schema already documents all 8 parameters, so the baseline is 3. The description adds meaningful semantics beyond the schema by explaining chart enum values, the default date behavior, country mapping, and the app_id + sort=date_desc combination for time-series lookups, exceeding the baseline.

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 the steam-charts dataset, which contains daily snapshots of Steam's player-count and sales charts. It names the specific chart types (`most_played`, `concurrent`, `top_sellers`) and their meanings, distinguishing this tool from sibling Steam tools like `datasets_steam_playercounts_search` and `datasets_steam_news_search`.

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 strong operational guidance: no `date` returns the latest snapshot, pairing `app_id` with `sort=date_desc` fetches an app's history, and country is `global` for player-count charts but an ISO code for `top_sellers`. It doesn't explicitly name sibling alternatives or exclusionary conditions, but the context is clear enough for an agent to decide when to use this search tool.

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