Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

rawstory_news

Fetch top Raw Story stories from the public RSS feed, returning fresh news as clean JSON.

Instructions

Get Raw Story top stories. Returns fresh Raw Story stories from the public site-wide RSS feed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses the data source (public site-wide RSS feed) and freshness ('fresh'), which adds useful context. However, it doesn't describe return format, pagination, or any limits. For a simple read-only feed tool, this is adequate but not rich.

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?

Two sentences with no wasted words. The core action and source are front-loaded, and the second sentence adds useful context about the feed. Every word earns its place.

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 zero-parameter, no-output-schema tool, the description is nearly complete. It tells the agent what it returns and where the data comes from. The only minor gap is not describing the shape of the returned stories (e.g., titles, links, dates), but with no output schema and a simple feed tool, this is a small omission.

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 is trivially complete. The description adds meaning by explaining what the feed contains ('top stories', 'fresh', 'public site-wide RSS feed'), which helps an agent understand what it will get without needing any parameters. Baseline 4 for zero-param tools 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 ('Get'), a resource ('Raw Story top stories'), and a source ('public site-wide RSS feed'). It clearly identifies what the tool returns. However, it doesn't explicitly distinguish itself from sibling tools like rawstory_headlines or rawstory_news, though the 'top stories' and 'RSS feed' phrasing provides some differentiation.

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?

The description implies usage context: it's for fetching top stories from Raw Story's public RSS feed. It doesn't explicitly state when to use this tool versus alternatives like rawstory_headlines or rawstory_article, nor does it mention any exclusions. The context is clear enough for a simple no-parameter tool, but explicit routing guidance is absent.

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