Skip to main content
Glama

get_news_for_app

Read-onlyIdempotent

Retrieve recent news and patch notes for any Steam game using its appid. Returns announcements with title, source, date, excerpt, and link—no API key required.

Instructions

Get the latest news / patch notes for a game.

Returns recent announcements with title, source feed, date, a short excerpt, and a link. No API key required. Use search_store to find the appid from a game name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appidYesThe Steam application id (appid), e.g. 440 for Team Fortress 2. Use search_store to find an appid from a game name.
countNoNumber of news items.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnly, openWorld, idempotent, non-destructive. The description adds an authentication note ('No API key required') and specifies the returned fields (title, source feed, date, excerpt, link), enriching behavioral context beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, each earning its place: purpose, output summary, and a cross-tool usage hint. Front-loaded with the core action.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With a simple two-param schema, full annotation safety profile, and existing output schema, the description covers the use case adequately. It even adds auth context and a discovery path for the required appid.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, and the appid param description already includes the search_store suggestion and examples. The description repeats that hint but adds no new parameter-level semantics beyond the schema, so a baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb+resource: 'Get the latest news / patch notes for a game.' It distinguishes from sibling tools like get_app_details and get_app_reviews by focusing on news, and the name itself reinforces it.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly directs the user to search_store when only a game name is known, and notes no API key is required, setting expectations for invocation. It clearly positions the tool for news retrieval relative to other game info tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/rachittshah/steam-mcp'

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