Get game reviews
get_game_reviewsRetrieve a game's review summary (score label, positive/negative counts, percentage) and recent review excerpts by entering its Steam appid. Filter by review type or language.
Instructions
Get the review summary (score label, positive/negative counts, %) and a few recent reviews for a game by appid. Review text over 600 characters is truncated. For long-term trend instead of a snapshot, use get_review_histogram. 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'. Steam only computes the summary (score label, totals, %) for 'all' — filtering to positive/negative nulls those fields out, leaving only the review excerpts. | all |
| appid | Yes | Steam application id (appid). Get it from search_games. | |
| limit | No | How many recent reviews (1-20). Default 5. | |
| review_language | No | Filter reviews by language, e.g. 'english'. Default 'all'. | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reviews | Yes | ||
| summary | Yes | ||
| positive_pct | Yes | ||
| total_reviews | Yes | ||
| total_negative | Yes | ||
| total_positive | Yes |