Skip to main content
Glama

Get prices for many games

get_prices
Read-only

Check current prices and discounts for up to 500 Steam games by appid in one request. Efficient for scanning wishlists or collections for deals.

Instructions

Get current price and discount for a batch of games by appid in one call — efficient for checking a whole list (e.g. a wishlist) for deals. Handles up to 500 appids; if you also need review %, hardware compatibility or tags, use get_items instead (max 100 appids). Rows come back in the same order as the given appids, one per id (unavailable ones marked available:false, never dropped). Each row has the final/initial price and discount_percent (or is_free). No API key required. Get appids from search_games or get_wishlist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appidsYesSteam appids to price (1-500).
countryNoCountry (cc) for prices/currency; overrides STEAM_COUNTRY for this call.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
pricesYes
Behavior5/5

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

Discloses that rows preserve input order, unavailable games are marked with available:false, output includes price/discount/is_free, and no API key required. Annotations already indicate read-only and open-world, so no contradiction.

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 paragraphs, front-loaded with main purpose, followed by essential details. Every sentence adds value, no redundancy or fluff.

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 2-parameter tool with output schema present, the description covers purpose, usage, param limits, behavioral guarantees, return format, and data source. Fully adequate given complexity and existing structured fields.

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 covers 100% of parameters with descriptions. The description adds no new parameter-level semantics beyond usage context; the ordering guarantee pertains to output, not parameter meaning. Baseline 3 is appropriate.

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 current price and discount for a batch of games by appid, explicitly contrasting with get_items for when more data is needed. Purpose is specific and distinct from siblings.

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

Usage Guidelines5/5

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

Explicitly states when to use (efficient batch price checking for wishlists), when not to use (if needing review %, etc., use get_items), limits (max 500 appids), and source for appids (search_games or get_wishlist).

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/Grinv/steam-games-mcp'

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