Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

hindustantimes_sections

Retrieve Hindustan Times section inventory as clean JSON for the headlines endpoint. Shows all available sections for news headlines.

Instructions

Get Hindustan Times sections. Returns the public Hindustan Times 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.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that the operation returns a public inventory, implying a read-only behavior and no authentication requirements. It also adds context about its relationship to the headlines endpoint. However, it does not explicitly state that it is read-only or safe, nor does it mention any potential side effects or response details, but for a simple parameterless getter this is adequate.

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?

The description is only two sentences long, with no redundant words. The first sentence states the purpose, the second adds useful context. It is front-loaded and appropriately sized for a tool with no parameters.

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?

This is a simple parameterless tool with no output schema. The description tells the agent what it returns (the public section inventory) and its relationship to the headlines endpoint. It does not describe the exact response format (e.g., array of section objects), but for a list of sections this is likely intuitive. Given the simplicity, the description is mostly complete, though adding a note about the response structure would make it fully complete.

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 input schema has zero parameters, so the baseline is 4. The description does not add parameter-specific meaning because there are none, which is appropriate. It mentions the tool is used by the headlines endpoint, which may hint at how the result is used but does not affect parameter semantics.

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 ('Hindustan Times sections'), and further clarifies it returns the 'public section inventory used by the headlines endpoint.' This clearly distinguishes it from other section tools for other publications and the other hindustantimes tools in the sibling list.

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 context is clear: this tool is for retrieving Hindustan Times sections, which is implied by the name and the description's mention of 'Hindustan Times.' However, it does not explicitly state when to use this tool versus alternative section tools (e.g., nyt_sections, nzherald_sections), nor does it provide exclusions. It could be more explicit about not using it for other publications.

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