Skip to main content
Glama

Get game details

get_game
Read-only

Get full Steam store details for a game using its app ID or title. Includes price, genres, platforms, release date, PC requirements, ratings, DLC, and more.

Instructions

Get full store details for one game: description, price/discount, genres, platforms, release date, developers/publishers, Metacritic, age rating, DLC, PC requirements and a small highlighted-achievements sample (achievements_highlighted). Identify the game by appid (from search_games) OR by name — a title is resolved to the closest store match. No API key required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoGame title to look up instead of an appid — resolved to the closest store match. Provide appid OR name; appid wins if both are given.
appidNoSteam appid (from search_games). Provide appid OR name.
countryNoCountry (cc) for prices/currency; overrides STEAM_COUNTRY for this call.
languageNoStore language (e.g. english, russian); overrides STEAM_LANGUAGE for this call.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dlcYesAppids of this game's DLC, capped — a DLC-heavy game can list hundreds, which would dwarf every other field. Compare against dlc_total, and pass the appids to get_items for their names and prices.
nameNo
typeYes
appidNo
demosYes
priceYes
genresYes
is_freeYes
websiteYes
base_gameYes
dlc_totalYesHow many DLC this game has in total, before the `dlc` cap.
platformsYes
store_urlYes
categoriesYes
developersYes
drm_noticeYes
metacriticYes
publishersYes
coming_soonYes
header_imageYes
release_dateYes
required_ageYes
account_noticeYes
metacritic_urlYes
recommendationsYes
short_descriptionYes
achievements_totalYes
controller_supportYes
content_descriptorsYes
pc_requirements_minYes
supported_languagesYes
achievements_highlightedYesA small keyless sample of named achievements Steam highlights for this game, not the full list — for every achievement with rarity and a hidden flag, use get_game_achievements instead.
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds useful behavioral context: 'No API key required' and the name-resolution behavior ('a title is resolved to the closest store match'). It does not detail pagination or error behavior, but the output schema covers return format, so this is sufficient.

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, front-loaded with the main purpose, and lists the included fields without unnecessary fluff. Every sentence contributes value, and the length is appropriate for the tool's complexity.

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 the tool has an output schema and annotations, the description covers the essential aspects: what data is returned, how to identify the game, and authentication requirements. It lacks explicit error handling or alternative-use guidance, but these are not critical for a read-only lookup tool with rich schema support, so it is nearly complete.

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?

The schema already provides 100% coverage with descriptions for all four parameters, including the appid-wins-if-both-given rule. The description merely restates the two identifier options without adding new syntactic or semantic details, so it does not elevate above the schema 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 verb ('Get') and resource ('full store details for one game'), and enumerates the specific fields included (description, price/discount, genres, etc.). It also distinguishes from sibling tools by specifying the identification methods (appid or name) and explicitly notes that it returns a highlighted-achievements sample, which is unique among the sibling list.

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 gives clear context for when to use the tool ('Get full store details for one game') and provides an integration hint by mentioning 'from search_games' to obtain appid. It does not explicitly name alternative tools for other use cases (e.g., get_prices for prices only), so it falls short of the highest bar, but the intended usage is well implied.

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

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