Skip to main content
Glama

Get prices for many games

get_prices
Read-only

Retrieve current prices and discount percentages for a batch of Steam games by appid in one call. Check wishlists for deals with no API key required.

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. 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.
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint. Description adds that no authentication is needed, which is valuable. It also clarifies the output fields (final/initial price, discount_percent, is_free). No contradictions.

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?

Three sentences with no wasted words. First sentence immediately states purpose and efficiency. Well-structured.

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?

No output schema, but description explains return fields and notes no API key. Covers batch limit indirectly (maxItems). Lacks error handling details, but sufficient for a simple read 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 covers 100% of parameters with descriptions. Description adds 'by appid' but doesn't enhance beyond schema. 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?

Describes specific verb 'get' and resource 'prices and discounts for a batch of games by appid'. Clearly distinguishes from siblings like 'get_current_prices' by emphasizing batch operation.

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 states use case: efficient for checking a list like a wishlist. Mentions no API key required and how to obtain appids via search_games or get_wishlist. Lacks explicit when-not-to-use but provides helpful context.

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-mcp'

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