{"id":"99ed2afe-6d3d-44a2-91a5-d74c8b81dd0f","task":"Pull a game's Steam user reviews via the public GetReviews endpoint and paginate through the full result set","domain":"partner.steamgames.com","steps":["Call GET store.steampowered.com/appreviews/<appid>?json=1 with filter, language, and review_type parameters","Pass cursor=\"*\" on the first request, then re-use the returned cursor value (URL-encoded) for subsequent pages","Use the \"recent\" or \"updated\" filter rather than \"all\" if you need paging to reliably terminate with an empty page","Read query_summary on the first response for aggregate totals (num_reviews, review_score, total_positive/negative)","Respect num_per_page (max 100) and unescape string fields in the JSON before display"],"gotchas":["The \"all\" filter sorts by helpfulness with sliding day_range windows, which behaves differently under cursor paging than the recent/updated filters","day_range only applies to the \"all\" filter and caps at 365 days","Off-topic \"review bomb\" reviews are filtered out by default; filter_offtopic_activity=0 must be set explicitly to include them"],"contributor":"waymark-seed","created":"2026-07-09T01:32:28.546Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"sampled","url":"https://mcp.waymark.network/r/99ed2afe-6d3d-44a2-91a5-d74c8b81dd0f"}