Skip to main content
Glama
zkcaryq

SteamDT MCP Server

by zkcaryq

steamdt_get_base_info

Fetch the full CS2 item base info list from SteamDT, providing marketHashName and itemId per platform. Caches results locally to reduce API calls.

Instructions

获取 SteamDT 全量 CS2 饰品基础信息列表(含 marketHashName、各平台 itemId)。每天限调用 1 次,结果自动缓存到本地,后续调用优先使用缓存。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceRefreshNo是否强制刷新缓存(忽略本地缓存重新调用API)
Behavior4/5

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

No annotations are provided, so the description fully discloses behavior: it calls an API daily limit of 1, caches results locally, and allows forced refresh via the parameter. This is transparent for a read tool with no destructive effects.

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, concise and front-loaded with the main purpose, then adds caching and rate limit details. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with one optional parameter and no output schema, the description covers all essential aspects: purpose, caching behavior, rate limit, and parameter effect. It is complete.

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

Parameters4/5

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

The sole parameter 'forceRefresh' is described in the schema, but the tool description adds context by explaining caching and daily limit, which clarifies the parameter's purpose. Schema coverage is 100%, but the description still adds value 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 it retrieves the full list of CS2 item base info including marketHashName and platform itemIds, with a specific verb '获取' and resource '全量 CS2 饰品基础信息列表'. It distinguishes from sibling tools by focusing on base info list, unlike price or inspect tools.

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 implies usage for obtaining the base item list and notes the daily call limit and caching behavior, but does not explicitly state when to use this tool versus alternatives or when not to use it.

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