fetch_discussion_thread
Fetch a specific page of a Steam discussion thread using app, forum, and thread IDs, returning the title, opening post, replies, and metadata for review or analysis.
Instructions
Experimental, read-only retrieval of one public Steam Community discussion page by app, forum, and thread IDs, not an arbitrary URL. Returns the identifier, title, opener and up to 50 replies, with text capped at 20,000 characters per post, links, displayed Steam markers, timestamps, deleted status and truncation flags. Steam markers do not establish an employer, publisher, or job title. Community user claims and repetition are not verification. Check status, reason and pagination for blocked, unavailable or partial evidence. Defaults to page 1; a search-match fragment does not select the reply page. Paginate manually; a page is not an exhaustive thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | One thread page to fetch; defaults to 1 regardless of search-match fragments | |
| appId | Yes | Steam AppID from the discussion identifier | |
| forumId | Yes | Forum ID from the discussion identifier, kept as a decimal string | |
| threadId | Yes | Thread ID from the discussion identifier, kept as a decimal string |