Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

engadget_headlines

Fetch Engadget headlines for a specified category. Provide a section slug to get headlines from that public feed.

Instructions

Get Engadget section headlines. Returns fresh Engadget headlines from one public category feed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sectionYesEngadget category slug

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It adds useful context by saying headlines are 'fresh' and come from a 'public category feed,' implying no authentication is needed. But it does not disclose return format, pagination, or any limits.

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 only two sentences and front-loads the core action. There is minor redundancy in repeating 'Engadget headlines,' but overall it is appropriately sized and easy to parse.

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

Completeness4/5

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

For a simple one-parameter fetch tool, the description covers the essential context: what it returns, from where, and that the feed is public and fresh. It does not detail the exact headline fields, but the tool's simplicity and the self-explanatory nature of 'headlines' make this a minor gap.

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 section parameter already has a description ('Engadget category slug') plus a full enum. The description adds no extra meaning beyond restating the concept of a section, so the baseline of 3 is appropriate.

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 states a specific verb and resource: 'Get Engadget section headlines' and clarifies it returns headlines from one public category feed. It is clear and informative, though it does not explicitly distinguish itself from sibling tools like engadget_news or engadget_sections.

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

Usage Guidelines3/5

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

Usage is implied: call this when you need headlines for a specific Engadget section. However, there is no explicit guidance on when to prefer this over alternatives, and no mention of sibling tools such as engadget_sections or engadget_news.

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