Skip to main content
Glama
GC108

steamforecast-mcp

by GC108

get_forecast

Fetch a calibrated revenue range (P10–P90) for any Steam game using its app ID. Returns predicted revenue in cents and dollars along with methodology details.

Instructions

Fetch a calibrated P10–P90 revenue cone for a Steam game by appid.

Uses the same v1.1 model that powers the public steamforecast.app site. Returns a JSON object with cone bounds in cents + dollars, the model version, the genre cluster used for stratified calibration, and links back to the methodology page + latest calibration report.

Args: appid: Steam app ID (e.g. 1145360 for Hades). wishlist: Optional override for catalog wishlist count (what-if mode). followers: Optional override for catalog SteamCommunity follower count.

Returns: Dict with appid, name, genres, p10/p50/p90 revenue, methodology URL.

Raises: httpx.HTTPStatusError: 404 if appid not in v1.1 catalog (~49K apps); 503 if forecast model is briefly unloaded during a deploy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appidYes
wishlistNo
followersNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries full burden. It discloses the model version, error cases (404, 503), and output structure. It does not mention rate limits or authentication, but these are less critical for a read-only tool.

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 well-structured with clear sections: purpose, method details, arguments, returns, and raises. Every sentence adds value; no fluff.

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?

Given the existing output schema, the description does not need to explain return values. It covers inputs thoroughly and lists error cases. It lacks mention of any side effects or prerequisites, but the tool is straightforward.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description fully compensates. It explains appid with an example, and describes wishlist and followers as optional overrides for what-if mode, adding meaning beyond the schema.

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 fetches a calibrated P10-P90 revenue cone for a Steam game by appid. It specifies the model version and that it powers the public site, 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 Guidelines3/5

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

The description explains what the tool does but provides no guidance on when to use it versus sibling tools like boxleiter_estimate or get_calibration_summary. Usage context is only implied.

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/GC108/steamforecast-mcp'

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