Skip to main content
Glama

Steam Review MCP

get_steam_review

Retrieve detailed Steam game reviews and metadata for any application ID. Filter by language, review type, purchase source, and time range to analyze user feedback effectively.

Instructions

Retrieves reviews and game information for a specific Steam application. Returns formatted review data including review scores, positive/negative counts, review texts, and basic game information.

Input Schema

NameRequiredDescriptionDefault
appidYesSteam application ID
cursorNoreviews are returned in batches of 20, so pass * for the first set, then the value of cursor that was returned in the response for the next set, etc. Note that cursor values may contain characters that need to be URLEncoded for use in the querystring.*
day_rangeNorange from now to n days ago to look for helpful reviews. Only applicable for the all filter.
filterNorecent: sorted by creation time, updated: sorted by last updated time,all: (default) sorted by helpfulness, with sliding windows based on day_range parameter, will always find results to return.all
languageNoLanguage filter (e.g. english, french, schinese). Default is all languages.all
num_per_pageNonumber of reviews to get, max 100, default 50
purchase_typeNoall: all reviews, non_steam_purchase: reviews written by users who did not pay for the product on Steam,steam: reviews written by users who paid for the product on Steam (default)steam
review_typeNoall:all reviews (default), positive: only positive reviews, negative: only negative reviewsall

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appid": { "description": "Steam application ID", "type": "string" }, "cursor": { "default": "*", "description": "reviews are returned in batches of 20, so pass * for the first set, then the value of cursor that was returned in the response for the next set, etc. Note that cursor values may contain characters that need to be URLEncoded for use in the querystring.", "type": "string" }, "day_range": { "default": 365, "description": "range from now to n days ago to look for helpful reviews. Only applicable for the all filter.", "type": "number" }, "filter": { "default": "all", "description": "recent: sorted by creation time, updated: sorted by last updated time,all: (default) sorted by helpfulness, with sliding windows based on day_range parameter, will always find results to return.", "type": "string" }, "language": { "default": "all", "description": "Language filter (e.g. english, french, schinese). Default is all languages.", "enum": [ "all", "arabic", "bulgarian", "schinese", "tchinese", "czech", "danish", "dutch", "english", "finnish", "french", "german", "greek", "hungarian", "indonesian", "italian", "japanese", "koreana", "norwegian", "polish", "portuguese", "brazilian", "romanian", "russian", "spanish", "latam", "swedish", "thai", "turkish", "ukrainian", "vietnamese" ], "type": "string" }, "num_per_page": { "default": 50, "description": "number of reviews to get, max 100, default 50", "type": "number" }, "purchase_type": { "default": "steam", "description": "all: all reviews, non_steam_purchase: reviews written by users who did not pay for the product on Steam,steam: reviews written by users who paid for the product on Steam (default)", "type": "string" }, "review_type": { "default": "all", "description": "all:all reviews (default), positive: only positive reviews, negative: only negative reviews", "type": "string" } }, "required": [ "appid" ], "type": "object" }

You must be authenticated.

Other Tools from Steam Review MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fenxer/steam-review-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server