get_app_reviews
Retrieve Steam store reviews for a game, showing the overall rating, positive/total counts, and a sample of recent reviews with vote and playtime.
Instructions
Summarize store reviews for a game and show a sample of recent ones.
Returns the overall review label (e.g. "Very Positive"), positive/total counts, and a sample of recent reviews with their up/down vote and the reviewer's playtime. No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appid | Yes | The Steam application id (appid), e.g. 440 for Team Fortress 2. Use search_store to find an appid from a game name. | |
| limit | No | Number of recent reviews to show. | |
| review_type | No | Filter: 'all', 'positive', or 'negative'. | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |