Get game details
get_gameRetrieve full Steam store details for any game using its appid or name, including description, price, genres, platforms, release date, Metacritic score, and system requirements.
Instructions
Get full store details for one game: description, price/discount, genres, platforms, release date, developers/publishers, Metacritic, age rating, DLC and PC requirements. 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
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Game title to look up instead of an appid — resolved to the closest store match. Provide appid OR name; appid wins if both are given. | |
| appid | No | Steam appid (from search_games). Provide appid OR name. | |
| country | No | Country (cc) for prices/currency; overrides STEAM_COUNTRY for this call. | |
| language | No | Store language (e.g. english, russian); overrides STEAM_LANGUAGE for this call. |