Skip to main content
Glama
zkcaryq

SteamDT MCP Server

by zkcaryq

steamdt_get_price_avg7d

Get the 7-day average price of CS2 items across all platforms, with support for custom date ranges.

Instructions

通过 marketHashName 查询饰品近7天所有平台的均价及各平台单独均价。也支持 days 参数查询更多天数。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketHashNameYesSteam 官方饰品名称
daysNo回溯天数,默认 7。例如 7、30、90
Behavior3/5

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

No annotations provided, so description bears full burden. It indicates a read operation ('查询') but omits behavioral details like authentication requirements, rate limits, or data staleness. As a data retrieval tool, it is minimally adequate but lacks depth.

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 two sentences, directly stating the tool's function and parameter flexibility. No redundant words, front-loaded with the core purpose.

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?

No output schema exists, so description must convey return value. It mentions overall and per-platform averages, which suffices. Could specify data format or time range boundaries, but the description is complete enough for an agent to understand the output.

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%, so baseline is 3. Description adds context that the tool returns overall and per-platform averages, which goes beyond parameter descriptions. However, it does not introduce new parameter-level details 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 queries average prices for accessories over 7 days across all platforms, with per-platform breakdown. It explicitly supports the 'days' parameter for extended periods. This distinguishes it from sibling tools like 'steamdt_get_price_single' (single point price) and 'steamdt_get_price_batch' (batch query).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus siblings. The description implies usage for time-averaged cross-platform prices, but does not mention alternatives like 'steamdt_get_price_single' for current price or 'steamdt_get_item_kline' for detailed candlestick data.

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/zkcaryq/steamdt-mcp'

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