get_steam_review
Retrieve Steam game reviews with filters for language, type, and date range. Get formatted data including scores, positive/negative counts, and review text.
Instructions
获取Steam游戏的评论和游戏信息。返回格式化的评论数据,包括评论分数、正面/负面数量、评论文本和基本游戏信息。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appid | Yes | Steam应用ID | |
| filter | No | recent: 按创建时间排序, updated: 按最后更新时间排序, all: (默认) 按有用性排序 | all |
| language | No | 语言过滤器 (例如: english, french, schinese)。默认为所有语言。 | all |
| day_range | No | 从现在到n天前查找有用评论的范围。仅适用于all过滤器。 | |
| cursor | No | 评论以20个为一批返回,所以第一次传递*,然后传递响应中返回的cursor值用于下一批,等等。 | * |
| review_type | No | all: 所有评论 (默认), positive: 仅正面评论, negative: 仅负面评论 | all |
| purchase_type | No | all: 所有评论, non_steam_purchase: 未在Steam上付费购买产品的用户撰写的评论, steam: 在Steam上付费购买产品的用户撰写的评论 (默认) | steam |
| num_per_page | No | 要获取的评论数量,最大100,默认50 |