Skip to main content
Glama
nt4f04uNd

pricempire-mcp

by nt4f04uNd

Get item prices across marketplaces

get_item_prices

Get current CS2 item prices across multiple marketplaces by exact name. Falls back to free API if premium endpoint unavailable.

Instructions

Get current prices for one or more CS2 items (by market_hash_name) across marketplaces. Tries the Pricempire v4 API first (paid tier, richer per-source pricing); if that endpoint is unavailable (e.g. plan restriction) it falls back to the free v3 getAllItems endpoint. The response indicates which API tier was used, or reports the failure clearly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourcesNoMarketplace source keys to price against (e.g. "buff163", "steam", "csfloat", "skinport"). Defaults to the server-configured DEFAULT_SOURCES.
currencyNoCurrency code (e.g. "USD", "EUR"). Defaults to the server-configured DEFAULT_CURRENCY.
market_hash_namesYesOne or more exact item market_hash_name values to look up, e.g. "AK-47 | Redline (Field-Tested)".
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses the dual-API fallback strategy and that the response indicates which tier was used, adding useful behavioral context.

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 highly concise—two sentences packing purpose, behavior, and fallback. Every sentence adds value with no redundancy.

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 or annotations, the description adequately covers purpose, fallback, and error reporting. It lacks details on rate limits or authentication, but is sufficient for a basic price lookup tool.

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 baseline is 3. The description does not add significant meaning beyond the schema, as it repeats the parameter intent without additional details.

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 verb 'get' and the resource 'prices for one or more CS2 items across marketplaces'. It distinguishes from sibling tools like analyze_portfolio and get_price_history, which address different operations.

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 mentions a fallback mechanism between paid and free API tiers, but does not explicitly state when to use this tool versus alternatives. The usage context is implied but not fully defined.

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/nt4f04uNd/pricempire-mcp'

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