Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

dailyrecord_news

Fetch top Daily Record news stories from the public RSS feed, returning clean JSON for quick reading or integration into your data workflows.

Instructions

Get Daily Record top stories. Returns fresh Daily Record stories from the public News 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?

There are no annotations, so the description carries the burden. It usefully discloses that the tool is a read operation returning data from a 'public News RSS feed' and emphasizes freshness. However, it does not describe output format, story count, update cadence, or pagination behavior.

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 short and front-loaded: the first sentence captures the core action, and the second adds the useful RSS source detail. It is slightly repetitive ('Daily Record stories' appears twice), which prevents a perfect score.

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 read-only news feed tool, the description is largely complete: it names the source, scope, and freshness expectation. It omits output-schema details since none exists, but an agent can reasonably invoke the tool without further clarification.

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 there is no parameter burden to compensate for. The description adds relevant context about what the response contains ('top stories'), which is sufficient for a no-input tool.

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 Daily Record top stories.' It also adds scope by saying 'fresh' stories come from a 'public News RSS feed.' However, it does not explicitly distinguish itself from the sibling dailyrecord_headlines, which likely overlaps in meaning.

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 choose this tool over alternatives such as dailyrecord_headlines, dailyrecord_article, or dailyrecord_sections. The description implies usage for latest top stories, but never states exclusions or names any alternative.

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