Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

gizmodo_headlines

Fetch fresh headlines from any Gizmodo section via its public RSS feed. Choose a section slug to retrieve current titles and links as clean JSON.

Instructions

Get Gizmodo section headlines. Returns fresh headlines from one Gizmodo section's public RSS feed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sectionYesGizmodo section slug

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only adds 'fresh' and 'public RSS feed,' but does not disclose how many headlines are returned, ordering, pagination, failure behavior, or authentication requirements. For a simple read tool this is minimal but sparse.

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, front-loaded, and largely efficient. The first sentence slightly repeats the tool name, and 'headlines' appears twice, but there is no filler or unnecessary detail.

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?

The tool is simple with one enumerated parameter, so the description is minimally adequate. However, there is no output schema and no mention of return format, how many headlines are returned, or how to discover valid section slugs via sibling gizmodo_sections.

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 schema already provides 100% coverage of the single 'section' parameter with a full enum and description 'Gizmodo section slug.' The tool description adds little beyond restating that headlines come from one section, so it does not improve on the schema but does not need to.

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 Gizmodo section headlines' and clarifies it returns 'fresh headlines from one Gizmodo section's public RSS feed.' It clearly identifies what the tool does, though it does not explicitly distinguish itself from sibling tools like gizmodo_news or gizmodo_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?

There is no guidance on when to use this tool versus alternatives such as gizmodo_sections, gizmodo_news, or other publications' headline tools. The description implies the tool is for per-section headline retrieval but provides no explicit selection criteria or exclusions.

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