Skip to main content
Glama

Get review trend over time

get_review_histogram
Read-only

Track a game's review trends: long-term history and recent daily breakdown with positive/negative counts and positive percentage. See if reviews are improving or if an update hurt reception.

Instructions

Get how a game's reviews trend over time by appid: a long-term history (rollup_type reports each entry's granularity, e.g. 'week' or 'month', chosen server-side by Steam; capped at the most recent 24 entries) and the recent per-day breakdown (capped at the most recent 30 days), each with positive/negative counts and positive %. Good for 'are reviews improving / did an update hurt reception'. For a current summary and example review text instead of a trend, use get_game_reviews. Get the appid from search_games. No API key required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appidYesSteam application id (appid). Get it from search_games.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
recentYes
historyYes
rollup_typeYesGranularity of each `history` entry's date bucket, e.g. 'week' or 'month' — chosen server-side by Steam and passed through as a free-form string (not validated or enumerated here), so don't assume a fixed set of possible values.
Install Server

TDQS

A4.7/5.0
Behavior5/5

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

Annotations declare readOnlyHint and openWorldHint, and the description adds substantial behavioral detail beyond these: rollup_type is chosen server-side, long-term history is capped at 24 entries, per-day data at 30 days, and each entry contains positive/negative counts and positive %. It also mentions 'No API key required', which is not in the annotations.

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 a single paragraph but every sentence earns its place: the core action, the output structure, limits, use case, alternative, and attribution. It is dense without being rambling, front-loads the verb and resource, and remains easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given a single parameter, a rich output schema, and annotations for read-only safety, the description sufficiently covers all relevant operational details: data granularity, caps, positive percentage, and the differentiator from get_game_reviews. It is complete for an agent to make an informed invocation decision.

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?

The schema description for the only parameter (appid) is complete and even includes the instruction to get it from search_games, so the description adds no new parameter semantics. Per the baseline rule for schema coverage >80%, a score of 3 is appropriate.

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 the tool retrieves review trends over time by appid, specifying two distinct data components (long-term history and per-day breakdown) with counts and positive percentages. It also explicitly distinguishes itself from sibling tool get_game_reviews, making the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly provides use-case guidance ('Good for are reviews improving / did an update hurt reception') and names the alternative (get_game_reviews) for a different need. It also instructs the user to obtain the appid from search_games, covering all prerequisites for correct invocation.

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

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/Grinv/steam-games-mcp'

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