Skip to main content
Glama

Search CS2 skins

search_skins

Search and filter Counter-Strike 2 weapon skins by name, weapon, rarity, collection or case. Returns skin names, rarities, wear ranges and the cheapest current listing price in cents. Use get_skin_detail for a single skin with per-wear prices.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number.
sortNoResult ordering. Defaults to name. "popularity" ranks by listing quantity.
crateNoCase or capsule slug.
rarityNoRarity name, for example "Covert", "Classified", "Restricted", "Mil-Spec Grade".
searchNoFree-text skin name search, for example "Redline". Used alone it also returns matching weapons; combined with any other argument it filters the paginated skin list instead.
weaponNoWeapon slug, for example "ak-47" or "desert-eagle".
per_pageNoResults per page, 1 to 25. Defaults to 10.
souvenirNoOnly skins available as Souvenir.
stattrakNoOnly skins available as StatTrak.
collectionNoCollection slug.

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description transparently reveals the tool's read-only nature (search and filter) and the data returned. It does not mention rate limits or auth, but those are not critical for this type of 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?

Two concise sentences with no filler. The first sentence covers purpose and filters, the second covers return values and alternative tool. Every word 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 adequately describes return values. It mentions the key output fields and the alternative tool. However, it could be more complete by noting pagination or result limits, which are defined in the schema but not reiterated.

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. The description adds no additional parameter semantics beyond restating the filterable fields in the first sentence, but it does provide context on the return values, which is not parameter-specific. Hence, score remains at baseline.

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 action ('Search and filter'), the resource ('Counter-Strike 2 weapon skins'), and lists filterable attributes (name, weapon, rarity, collection, case). It also specifies what is returned (skin names, rarities, wear ranges, cheapest listing price in cents) and distinguishes from the sibling tool get_skin_detail.

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?

Explicitly directs to use get_skin_detail for single-skin details with per-wear prices, which helps the agent choose between tools. However, no further guidance on when not to use this tool or prerequisites, though it's sufficient for a search/filter operation.

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