Skip to main content
Glama

Get review trend over time

get_review_histogram
Read-only

Retrieve a game's review trend over time, including long-term and daily breakdowns, to see if reviews are improving or if an update affected 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 key.

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.
Behavior5/5

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

Annotations already declare readOnlyHint and openWorldHint, indicating no side effects. The description adds concrete behavioral constraints: rollup_type is server-chosen, capped at 24 long-term entries and 30 recent days, and includes positive/negative counts and percentage. It also notes that no key is required, which is beyond annotation scope.

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?

The description is front-loaded with the core action and provides detailed yet structured information about the two response parts, usage context, and alternatives. It is slightly longer than necessary but every sentence adds value. Minor redundancy (e.g., repeating 'capped at most recent' for both components) prevents a perfect score.

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?

With a single parameter, existing output schema, and comprehensive descriptions of the two result components (including caps and rollup behavior), the description leaves no significant gaps. It covers the tool's purpose, limitations, usage guidelines, and alternative tools, making it fully informative for an AI agent.

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% for the single parameter appid, with its description already stating it's a Steam appid and telling users to get it from search_games. The description echoes this instruction but adds no new semantic meaning beyond what the schema already provides. Therefore, baseline 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 trending over time, specifying two components (long-term history with rollup and recent per-day breakdown) and the statistics (positive/negative counts and percentage). It distinguishes itself from the sibling get_game_reviews, which provides a current summary and example text instead of a trend.

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?

Explicitly states the tool is for answering questions like 'are reviews improving' and 'did an update hurt reception'. It directly advises using get_game_reviews for a current summary instead of a trend, and directs users to get the appid from search_games. This provides clear when-to-use and when-not-to-use guidance.

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

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