steam_top_sellers
Current top-selling games on Steam by region. Paid: $0.005 per call via x402 (payment in _meta['x402/payment']).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | ISO country code | US |
Current top-selling games on Steam by region. Paid: $0.005 per call via x402 (payment in _meta['x402/payment']).
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | ISO country code | US |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It adds the payment requirement ($0.005 per call via x402) which is a critical behavior beyond the basic intent. However, it lacks other behavioral details such as response format, error handling, or rate limits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two short sentences, front-loaded with the core purpose and followed by the payment detail. Every word earns its place, with no redundancy or fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter tool, the description covers the core purpose and cost. However, with no output schema, it does not describe the return format (e.g., list of game names, rankings, prices), which is a notable gap in completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already provides a full description of the 'country' parameter ('ISO country code'), with 100% coverage. The tool description only adds 'by region,' which is consistent but does not add new semantic meaning. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: 'Current top-selling games on Steam by region.' This is a specific verb+resource+scope, and it distinguishes from siblings like steam_deals (deals) and game_metadata (metadata) by focusing on top-selling status.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for what the tool returns, implying when to use it (to see top-selling games by region). However, it does not explicitly mention alternatives or exclusions, nor does it discuss trade-offs with sibling tools like steam_deals or steam_app_intel.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool targets a distinct source and purpose: IGDB metadata, Steam app intelligence, Steam deals, Steam top sellers, and Twitch hype. No two tools overlap in what they return, and the descriptions clearly separate them.
All tool names follow a consistent pattern of a source prefix (game, steam, twitch) followed by a data type noun, all in snake_case. The naming is uniform and predictable.
Five tools is well-scoped for a game data aggregation server. Each tool serves a distinct data need without being excessive or too sparse.
The set covers core game data needs: metadata, app stats, deals, rankings, and trending indicators. A minor gap is lack of explicit cross-referencing between platforms (e.g., linking IGDB game IDs to Steam app IDs), but the domain coverage is solid.