Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

pcgamer_news

Retrieve current PC Gamer top stories from its public RSS feed, delivering clean JSON data for gaming news integration.

Instructions

Get PC Gamer top stories. Returns fresh PC Gamer top stories from the public RSS feed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations provided, the description alone carries the burden. It mentions 'fresh' and 'public RSS feed,' adding useful context about data source and freshness. However, it does not describe return format, pagination, or any potential limitations (e.g., feed failure handling). For a simple read-only tool these gaps are minor but still leave behavioral aspects underspecified.

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?

The description is extremely concise, consisting of two short sentences with no filler. The primary purpose is front-loaded, and the source detail is efficiently placed. Every word earns its place, making it an exemplary model of conciseness.

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

Completeness3/5

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

For a parameter-less tool with no output schema, the description covers the core function and source. However, it does not clarify how it differs from related tools like pcgamer_headlines or pcgamer_news (if it exists), nor does it specify what a caller should expect in the response (e.g., list of titles vs. full articles). These missing details reduce completeness for an agent deciding between similar tools.

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

Parameters4/5

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

The tool has zero parameters, so the schema provides nothing to explain. The description correctly adds no parameter details, and per the baseline for 0-parameter tools, a score of 4 is appropriate. No further parameter explanation is needed.

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

Purpose4/5

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

The description clearly states the tool fetches PC Gamer top stories from a public RSS feed, providing a specific verb, resource, and source. It is not a tautology, but it does not differentiate from closely-related sibling tools like pcgamer_headlines or pcgamer_sections, which might also return story-like content. This is a clear purpose but with no sibling differentiation.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives. The description does not mention any exclusions, prerequisites, or context for selection. Given many sibling tools (pcgamer_headlines, pcgamer_author, pcgamer_sections) overlap in domain, the absence of usage direction is a clear gap.

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

Deploy Server

Other Tools