Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

telegraph_sections

Get the current section inventory of The Telegraph to identify available editorial categories for navigation or content discovery.

Instructions

Get The Telegraph sections. Returns the public The Telegraph editorial section inventory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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?

No annotations are provided, so the description carries the full behavioral burden. It usefully states that the data is 'public' and that the call 'returns' an inventory, implying a read-only, no-auth operation. However, it does not explicitly state that this is read-only, nor does it disclose any pagination, ordering, or response-format behavior.

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?

The description is short and front-loaded, leading with the verb and resource. There is minor redundancy ('The Telegraph' appears twice and 'Get...' overlaps with 'Returns...'), but the text is free of filler and easy to scan.

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?

For a zero-parameter tool this is largely adequate, but there is no output schema and the description does not clarify the structure of the returned 'inventory' (e.g., section names, slugs, URLs, hierarchy). An agent cannot fully predict how to use the result without seeing a live response.

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; the schema already fully defines the call with an empty properties object. With 0 params, the baseline score 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.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Get'/'Returns') and names the exact resource ('The Telegraph sections' / 'editorial section inventory'), making it clear this tool returns the section list rather than articles or headlines. However, it does not explicitly contrast itself with sibling tools such as telegraph_headlines or nyt_sections, so it stops short of full differentiation.

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 intended use—retrieving the list of editorial sections for navigating content—is implied by the phrase 'section inventory' and the tool name, but the description offers no explicit instruction about when to call this tool versus alternatives like telegraph_headlines or telegraph_news. No exclusions, prerequisites, or alternatives are mentioned.

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