Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

datasets_steam_reviews_search

Search the Steam review corpus by full-text query, app ID, language, or recommendation polarity. Filter and sort results to find relevant reviews.

Instructions

Search the steam-reviews dataset. Searches the stored Steam review corpus (the most-helpful reviews per game; one document per appid × recommendation). Full-text q over the review body, filter by app_id, language, or voted_up (positive/negative). Sort enum: votes_desc (most-helpful first, default), weighted_desc, date_desc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFull-text query over the review body, max 256 characters
pageNoPage number, defaults to 1
sortNoSort enum: votes_desc, weighted_desc, date_desc
app_idNoExact Steam app id filter
languageNoReview language filter (e.g. english, schinese)
voted_upNoRecommendation filter: true (positive) or false (negative)
page_sizeNoPage size, defaults to 20 and maxes at 100; page * page_size must be <= 10000
Behavior3/5

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

Discloses the corpus composition and sort defaults, but lacks information on pagination behavior, rate limits, authentication, or read-only nature. Since no annotations are provided, the description partially carries the burden but is incomplete.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences with no redundancy. Front-loaded with the core action and corpus description. Could be more compact, but overall efficient.

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?

Lacks return format details since no output schema is provided. Does not mention result limits or pagination beyond what is in schema. Adequate but leaves gaps for an agent to understand the full response context.

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 clear descriptions for all 7 parameters. The description adds minor extra context (e.g., 'most-helpful' corpus, max 256 chars for q, page*page_size constraint). Baseline 3 is appropriate as the schema already does heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states it searches the steam-reviews dataset, describes the corpus as the most-helpful reviews per game, and lists the full-text query and filters. Distinguishes from other steam datasets by specifying review-specific content, but does not explicitly differentiate from similar review tools like steam_reviews.

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?

Provides no guidance on when to use this tool versus alternatives. Does not mention when not to use it or compare with sibling tools like steam_reviews or other datasets. The description only states what it does, not the context for selection.

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