Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

techradar_sections

Retrieve TechRadar's editorial sections to identify available categories for querying headlines.

Instructions

Get TechRadar sections. Returns the public TechRadar top-level editorial taxonomy 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.7/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 burden. It discloses that the data is public, top-level, and editorial taxonomy, and 'Get/Returns' signals a read-only operation. However, it does not describe the response format, ordering, completeness, or any caveats; with no output schema, some return-value detail would help.

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?

Two short sentences with no filler. The action and resource are front-loaded, and the second sentence adds the taxonomy scope and downstream relationship to headlines. 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 parameterless, read-only taxonomy retriever, this is nearly complete: it says what it does, the scope of the data, and how the result relates to the headlines endpoint. The lack of explicit return-value shape is a minor gap given the simplicity of the 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?

The tool accepts zero parameters, and the schema has no properties, so there is nothing for the description to add about individual parameters. The mention of 'top-level' usefully scopes what is returned. The 0-parameter baseline of 4 applies.

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?

States a specific verb and resource ('Get TechRadar sections') and clarifies the result is the public TechRadar top-level editorial taxonomy used by the headlines endpoint. This distinguishes it from TechRadar article/news/author sibling tools, though it doesn't explicitly name a sibling it is not.

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 this tool supplies valid section values for headline queries, but it never explicitly states when to choose it over techradar_headlines, techradar_news, or other sections tools. No exclusions or alternatives are named.

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