Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

indianexpress_news

Fetch top stories from The Indian Express via its public RSS feed, returning clean JSON for news aggregation and analysis.

Instructions

Get The Indian Express top stories. Returns fresh The Indian Express top stories from its public RSS feed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions that stories are 'fresh' and sourced from an RSS feed, implying a read-only operation, but it does not describe the output format (e.g., list of titles, URLs, timestamps) or any limitations such as pagination or rate limits. For a tool with zero parameters, this is a notable gap in setting expectations.

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 and gets straight to the point, front-loading the main action. However, it repeats 'top stories' twice, which is slightly redundant. Overall, it is concise and efficient without unnecessary fluff.

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?

For a simple tool with no parameters and no output schema, the description covers the core function but lacks details on the return value. It says stories are returned but not in what structure (e.g., array of objects with title, link, date). An agent might need to know what to expect to process the result correctly. Given the simplicity, this is a minor but noticeable 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?

There are zero parameters, so the baseline score is 4 per the rubric. The empty schema fully documents the lack of inputs, and the description adds no parameter-specific information because none exists. This 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 clearly states the verb 'Get' and the resource 'The Indian Express top stories', which is specific and unambiguous. It also adds that the stories come from a public RSS feed, providing additional context. However, it does not explicitly distinguish this from sibling tools like indianexpress_headlines or indianexpress_sections, so it misses a chance to differentiate.

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?

The description provides no guidance on when to use this tool versus alternatives such as indianexpress_headlines or other news tools. It only states what it does, leaving the agent to infer usage context. There is no mention of exclusions or conditions that would route to a sibling tool.

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