Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

irishindependent_news

Get top stories from Irish Independent via RSS, with summary, author, publish time, and lead image. Check paywall status for premium articles.

Instructions

Get Irish Independent top stories. Returns fresh Irish Independent (independent.ie) top stories from the site's public RSS feed, with summary, author, publish time, and lead image when present. Some stories are premium (subscriber) content; open them with the article endpoint to see the paywalled flag.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the return fields (summary, author, publish time, lead image), the source (public RSS feed), and the premium-content caveat requiring the article endpoint. This adds meaningful behavioral context beyond just saying 'get news.'

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 filler. The primary purpose is front-loaded in the first sentence, and the second adds relevant operational detail. 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 news feed tool, the description covers the source, output fields, and special handling for premium content. It lacks explicit mention of the number of stories or refresh rate, but these are minor for a simple RSS-based tool with no output schema.

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 empty schema already covers everything. Per guidelines, a zero-parameter tool gets a baseline of 4, and the description appropriately does not need to explain parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb+resource: 'Get Irish Independent top stories.' Clearly distinguishes from sibling tools like irishindependent_article, irishindependent_headlines, and irishindependent_sections by focusing on top stories from the RSS feed.

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 mentions opening premium stories with the article endpoint, which hints at an alternative, but it does not explicitly state when to use this tool versus siblings. The purpose is implied but not formally excluded.

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