steam_get_game_schema
Retrieve a game's full achievement and stat schema using its Steam AppID. Get achievement names, descriptions, hidden status, icon URLs, and stat counts before querying player data.
Instructions
Returns the full schema of stats and achievements defined by a game. Accepts a Steam AppID. Returns achievement names, descriptions, hidden status, and icon URLs. Also returns the count of available stats. Useful before querying player-specific achievement data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appid | Yes | Steam AppID | |
| language | No | Language for names (default: english) | english |