Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

thehindu_sections

Retrieve The Hindu section inventory to feed the headlines endpoint. Returns structured JSON listing available sections for targeted news queries.

Instructions

Get The Hindu sections. Returns the public The Hindu section inventory used by the headlines endpoint.

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 provided, the description carries the behavioral disclosure burden. It explicitly indicates this is a public, read-only inventory retrieval, and the no-parameter signature makes side effects and prerequisites minimal. It does not describe response format or pagination, but those are less critical for a simple listing tool.

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 short sentences with no filler. The core action and return value are front-loaded, and every clause adds useful information.

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 public inventory tool, the description covers what it returns and how it relates to the headlines endpoint. The absence of an output schema means the exact return shape is unspecified, but the term 'section inventory' is reasonably self-explanatory.

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 and 100% schema description coverage, so the schema already fully documents the input surface. The description adds the semantic context that the result is a section inventory tied to the headlines endpoint, which is sufficient.

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 states a specific verb ('Get') and resource ('The Hindu sections'), and clarifies that it returns a public inventory used by the headlines endpoint. This distinguishes it from siblings like thehindu_article, thehindu_author, thehindu_headlines, and thehindu_news.

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 the tool is for retrieving the section inventory needed by the headlines endpoint, which offers context for when it is useful. However, it does not explicitly name alternatives or state when not to use it.

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