get_app_reviews
Fetch user reviews for a Steam game, including text, recommendation, and helpfulness votes. Returns a summary with positive and negative counts.
Instructions
Get user reviews for a Steam game.
Returns review text, recommendation, playtime, and helpfulness votes. Includes summary with total positive/negative counts and score description.
review_type: "all" (default), "positive", or "negative".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| app_id | Yes | ||
| review_type | No | all |