Skip to main content
Glama

get_genre_benchmarks

Retrieve Steam genre benchmarks for launch conversion rates, Year-1 revenue multipliers, and 270-day wishlist decay curves to forecast game performance.

Instructions

Retrieve Steam industry launch conversion benchmarks, Year-1 revenue multipliers, and 270-day wishlist decay curves for specific game genres (RPG, Action, Simulation, Horror, Casual, or all).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
genreNoGenre name to query (e.g. "rpg", "action", "simulation", "horror", "casual", or "all").

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. 'Retrieve' signals a read-only operation and the text lists the data categories returned, but it does not describe the output format, default behavior if genre is omitted, or possible error conditions.

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 entire description is one dense, front-loaded sentence with no filler. Every phrase contributes either the resource being retrieved or the accepted genre scope.

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?

For a one-parameter, read-only retrieval tool, the description clearly names the data being returned and the accepted genre values. Without an output schema, a bit more detail about return structure or the default when genre is omitted would make it fully complete, but it is sufficient for selection and invocation.

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 description coverage is 100%, so the schema already documents the genre parameter and its examples. The description repeats those examples but adds no new semantic information beyond what the schema provides.

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 uses a specific verb 'Retrieve' and names precise resources: Steam launch conversion benchmarks, Year-1 revenue multipliers, and 270-day wishlist decay curves. It also scopes by genre ('RPG, Action, Simulation, Horror, Casual, or all'), which makes it readily distinguishable from sibling tools like audit_steam_store and predict_sales_cone.

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 intended use is clear: fetch genre-specific Steam benchmark data. It does not explicitly state when not to use it or name alternative tools, but the context is unambiguous enough for an agent to select it appropriately.

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