Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

thehindu_article

Fetch public The Hindu article content from a canonical URL, returning metadata and body paragraphs. Identifies subscriber-only stories with a permission error when full text is unavailable.

Instructions

Get The Hindu article content. Returns public The Hindu article metadata and body paragraphs from a canonical article URL. A story The Hindu marks subscriber-only returns a permission error instead of a body.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesCanonical The Hindu article URL

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 transparently notes that only public articles are returned and that subscriber-only stories yield a permission error instead of a body. This is meaningful behavioral disclosure beyond the schema.

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 core action is front-loaded, followed by what is returned and a key caveat. Every clause 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 single-parameter tool with no annotations and no output schema, the description covers the essential input, output, and failure mode. It could mention the response format in more detail, but that is not critical for a simple fetch tool.

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 input schema already defines the URL parameter with 100% coverage enough. The description repeats 'canonical article URL' but does not add any new semantic insight beyond what the schema provides, so the baseline of 3 applies.

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?

The description opens with a specific verb and resource: 'Get The Hindu article content.' It further specifies what is returned (metadata and body paragraphs) and distinguishes the tool from siblings by naming the outlet and requiring a canonical article URL.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context by stating the input is a canonical article URL game, and it flags a subscriber-only restriction. However, it does not explicitly compare with alternatives like thehindu_headlines or thehindu_news, leaving the agent to infer when to prefer this 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