Skip to main content
Glama

Get CS2 skin detail

get_skin_detail

Get one Counter-Strike 2 skin with its float range, per-wear prices, collections and cases. Optionally includes the catalog Trade Up context: which rarity tier the skin sits in and what it can be traded up into.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skin_slugYesSkin slug, for example "redline".
weapon_slugYesWeapon slug, for example "ak-47".
include_tradeup_contextNoInclude the catalog Trade Up context for this skin. This is contract math derived from the collection, not scanner output.

TDQS

A4/5.0
Behavior3/5

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

Annotations are empty, so the description carries the full burden. It describes what the tool returns but does not mention any behavioral traits like rate limits, authentication needs, or that it's a read-only operation. For a 'get' tool, the lack of transparency is acceptable but not ideal.

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 with no fluff. The first sentence states the core purpose and data returned, and the second explains the optional parameter. It is front-loaded and every sentence adds value.

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 no output schema, the description sufficiently covers return values (float range, prices, collections, cases, optional trade-up context). It helps differentiate from sibling tools by listing specific data. Could mention that it only retrieves one skin, but that is clear from the first sentence.

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 description coverage is 100%, so parameters are already documented. The description adds context for the optional include_tradeup_context parameter but does not add significant meaning beyond the schema. It meets the baseline for high coverage.

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 gets one CS2 skin with specific data (float range, per-wear prices, collections, cases), and optionally trade-up context. The verb 'get' and resource 'skin detail' are specific, and it distinguishes from sibling tools like search_skins (which lists multiple) and browse_collections (which is about collections).

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 mentions the optional inclusion of trade-up context, giving a hint about when to use that parameter. However, it does not explicitly state when to prefer this tool over alternatives like search_skins or browse_collections. It does list what data it provides, which indirectly helps with selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool targets a distinct aspect of CS2 cosmetics: browsing categories, searching, getting details, and ROI calculations. There is no overlap as browse/get/search verbs are clearly separated by resource type.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (e.g., browse_bargains, get_case_roi_ranking, search_skins), using underscores and clear action words.

Tool Count5/5

With 9 tools, the server covers the core functionality of browsing, searching, and analyzing CS2 skins and containers without being overly large or sparse.

Completeness4/5

The tool set covers browsing, searching, detail retrieval, and ROI analysis for cases and armory. A minor gap is the lack of user account operations or direct trading, but the server's scope is well-defined.

Resources