Skip to main content
Glama
GC108

steamforecast-mcp

by GC108

get_comps

Find comparable Steam games for a given appid to validate revenue forecasts. Compares metadata like genres, tags, and platform support using vector similarity.

Instructions

Fetch top-K nearest-neighbor comparable Steam games for an appid.

Comps are surfaced via pgvector cosine-similarity over a 1024-dim BGE embedding of game metadata (genres, tags, language, platform support, multiplayer features). Useful for sanity-checking a forecast: if the nearest comps cluster in a tight revenue band, the cone is likely well-anchored; if they're dispersed, the cone correctly widens.

Args: appid: Steam app ID to find comps for. k: Number of comps to return (1-20, default 5).

Returns: Dict with appid + list of comps, each including release year, price, follower count, week-1 + lifetime revenue, cosine similarity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appidYes
kNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the embedding-based similarity method and the return format, which is transparent. It does not mention authorization or error cases, but remains informative 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 about 6 sentences, well-structured with a clear purpose, technical detail, usage context, and parameter/return specs. Every sentence adds value, with no redundancy.

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 tool's complexity (2 params, no nesting) and the presence of an output schema, the description covers purpose, method, usage, parameters, and return fields. It lacks error handling details, but the completeness is high for a straightforward tool.

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%, meaning no descriptions in the schema. The description compensates by explaining both parameters: appid is the Steam app ID, k is the number of comps (1-20, default 5). This adds full semantic value.

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 it fetches top-K nearest-neighbor comparable Steam games for an appid. It specifies the resource (comps) and action (fetch), and distinguishes from sibling tools like boxleiter_estimate by focusing on comps rather than estimation.

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 description provides a specific use case: 'sanity-checking a forecast.' It explains why comps are useful but does not explicitly state when not to use it or mention alternative tools. However, the context is clear enough for appropriate 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/GC108/steamforecast-mcp'

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