Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

townhall_headlines

Retrieve Townhall headlines from a specified section. Choose news, columnists, or a topic hub by slug to get clean JSON output.

Instructions

Get Townhall section headlines. Returns fresh headlines from one public Townhall section: the news feed, the columns feed, or a topic hub page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sectionYesTownhall section slug

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It conveys that this is a retrieval operation with no side effects through "Get" and "Returns fresh headlines," which is adequate baseline disclosure. It stops short of stating freshness meaning, headline count, ordering, pagination, or error behavior, but for a simple headlines fetcher these are comparatively minor gaps.

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?

Two sentences totaling roughly 30 words, with the core purpose front-loaded in the first sentence and the parameter scope in the second. There is minor overlap between "section headlines" and "headlines from one Townhall section," but the description has no wasted words and is appropriately sized for a one-parameter tool.

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?

The tool is genuinely simple — one enum-constrained parameter — and the description covers what it returns and the valid section scope. But with no output schema and no annotations, the agent gets no sense of the return shape (headline list structure), no way to choose among the ten section values for a given intent, and no differentiation from the adjacent townhall_news tool.

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?

Schema coverage is 100%, so the baseline is 3, but the description adds real meaning by grouping the ten enum slugs into three conceptual categories: news feed, columns feed, and topic hub page. This helps an agent understand what the section parameter represents beyond the schema's terse "Townhall section slug" label.

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?

"Get Townhall section headlines" provides a specific verb and resource, and the second sentence sharpens the scope to "one public Townhall section" with three concrete page types. It distinguishes implicitly from siblings like townhall_article, townhall_author, and townhall_sections via the headline-from-one-section framing, though it never names those alternatives explicitly.

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 use case — fetching fresh headlines from a specific Townhall section — and clarifies what kinds of sections qualify (news feed, columns feed, topic hub). However, it gives no explicit when-to-use versus when-not-to guidance and does not route the agent toward siblings like townhall_news, townhall_article, or townhall_sections, so selection between them is left to inference.

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