steam_news
Retrieve recent news and announcements for any Steam app by providing its numeric app ID. Returns title, author, content, feed, and date from the public Steam WebAPI.
Instructions
Get recent news posts for a Steam app. Returns recent news/announcement posts for an app (title, author, contents, feed, date). Credential-free public Steam WebAPI JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appid | Yes | Numeric Steam app id | |
| count | No | Number of posts (max 50) | |
| maxlength | No | Max characters of each post body; default 300, set -1 for full content |