Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

huffpost_sections

Fetch HuffPost's live-verified topic sections to build accurate headline queries and content feeds.

Instructions

Get HuffPost sections. Returns the live-verified public HuffPost topic-hub 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

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It discloses that the tool is read-only ('Get', 'Returns') and that data is 'live-verified public' and specifically 'used by the headlines endpoint,' which adds useful context. However, it does not describe the output structure, pagination, or any potential limits/errors. For a zero-parameter retrieval tool this is adequate but not exhaustive.

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 two short sentences, front-loaded with the core action 'Get HuffPost sections.' The second sentence adds essential context (inventory nature and relation to headlines) without verbosity. Every word earns its place, making it appropriately concise.

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?

Given the tool has no parameters, no output schema, and no annotations, the description must convey enough about what is returned. It says 'topic-hub inventory' and its relationship to the headlines endpoint, which gives a general sense but does not specify the shape (array of strings vs. objects, fields, ordering). For a simple list tool this is probably functionally sufficient, but it leaves room for ambiguity about the exact response format.

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 the input schema is an empty object with 100% coverage. There is nothing for the description to clarify about parameters, and the baseline for zero-parameter tools is 4. The description adds no unnecessary parameter information.

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 states a specific verb and resource ('Get HuffPost sections') and explains the return value as the 'topic-hub inventory used by the headlines endpoint.' This distinguishes it from sibling tools like huffpost_headlines and huffpost_article, though it does not explicitly name them. The source and type are clear enough for an agent to identify it.

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 phrase 'used by the headlines endpoint' implies the tool provides the section vocabulary needed to feed headlines, which is a contextual usage hint. However, it does not explicitly state when to use this tool over siblings (e.g., huffpost_news or huffpost_sections from other publishers) or when not to use it. The usage guidance is implied rather than explicit.

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