Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

townhall_sections

Fetch the Townhall section inventory to see available news feeds, column feeds, and editorial topic hubs for content discovery.

Instructions

Get Townhall sections. Returns the public Townhall section inventory: the site-wide news and column feeds plus the editorial topic hubs the site promotes.

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?

With no annotations provided, the description carries the full behavioral burden. It signals a read-only operation by stating it 'Returns' data and explicitly labels the inventory as 'public,' implying no authentication is needed. It does not mention pagination or response shape, but that is a minor gap for a zero-parameter inventory 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?

The description is two short sentences with the core action front-loaded. The second sentence adds genuinely useful content detail without redundant phrasing, and every word 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 tool with no parameters and no output schema, the description adequately explains what class of data the agent will receive and that it is public. A note on the response structure would be marginally helpful, but nothing essential is missing for invoking the tool correctly.

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 is an empty object with no parameters, so there is nothing for the description to document. The baseline for a zero-parameter tool is 4, and the description does not need to add parameter-level meaning.

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 uses a specific verb and resource ('Get Townhall sections') and then clarifies what is returned: the public section inventory, including site-wide news and column feeds plus editorial topic hubs. This clearly distinguishes it from sibling tools like townhall_headlines, townhall_news, or townhall_article.

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: use this tool when you need the public Townhall section inventory rather than individual articles or headlines. It does not explicitly name alternatives or state when not to use it, so it stops short of full routing guidance.

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