Get game reviews
get_game_reviewsFetch a Steam game's review summary (score label, positive/negative counts, percentage) and recent reviews, with optional filters for language and sentiment.
Instructions
Get the review summary (score label, positive/negative counts, %) and a few recent reviews for a game by appid. Get the appid from search_games. No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Only positive or negative reviews. Default 'all'. | |
| appid | Yes | Steam application id (appid). Get it from search_games. | |
| limit | No | How many recent reviews (1-20). | |
| review_language | No | Filter reviews by language, e.g. 'english'. Default 'all'. |