Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

pcgamer_headlines

Get current PC Gamer headlines for any section by providing its slug. Covers deals, games, hardware, news, guides, and more.

Instructions

Get PC Gamer section headlines. Returns fresh PC Gamer headlines from one public section hub page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sectionYesPC Gamer section slug

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

B3.2/5.0
Behavior3/5

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

Annotations are absent, so the description carries the burden. It notes the headlines are 'fresh' and from a 'public section hub page', indicating no authentication and up-to-date data. However, it does not disclose potential limitations such as pagination, error handling, or what exactly constitutes a 'headline'.

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

Conciseness4/5

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

The description is two sentences, concise and front-loaded with the main action. It avoids unnecessary detail, though it could be slightly more structured.

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 simple one-parameter tool with no output schema, the description is adequate but could be more explicit about the return format or any constraints. It lacks mention of pagination or what happens with invalid sections, but the enum in the schema mitigates that.

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?

The input schema fully documents the section parameter with an enum and description. The description adds no extra context about parameter values or usage beyond what the schema provides. With 100% schema coverage, the description adds minimal value.

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 retrieves PC Gamer section headlines, specifying the verb and resource. It distinguishes from article or author tools by mentioning 'headlines', but does not explicitly differentiate from sibling tools like pcgamer_news or pcgamer_sections.

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?

The description provides no guidance on when to use this tool versus alternatives such as pcgamer_news or pcgamer_sections. It lacks any exclusions or alternative recommendations.

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