Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

euronews_sections

Retrieve Euronews English-edition sections to identify available categories for fetching headlines. Returns clean JSON section inventory.

Instructions

Get Euronews sections. Returns the public Euronews English-edition section 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

A4.2/5.0
Behavior3/5

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

No annotations are present, so the description must carry the behavioral burden. It discloses that the tool is read-only ('Get'), scoped to public English-edition content, and returns an inventory—useful context. It does not describe response format or pagination, but for a parameterless list retrieval this is acceptable.

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 efficient sentences with no wasted words. The core function is front-loaded, followed by a clarifying detail about its relationship to the headlines endpoint.

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 zero-parameter, no-output-schema tool, the description is largely complete: it states the resource, the edition, and the endpoint it supports. Minor omissions like explicit output shape are not critical here.

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 LM (schema is empty with 100% coverage), so the baseline is 4. The description adds no parameter information because none exists, which is appropriate.

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 clearly states the verb ('Get') and resource ('Euronews sections'), and adds specificity by identifying the English-edition section inventory and its relationship to the headlines endpoint. This differentiates it from the many sibling `*_sections` tools for other publications.

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?

It provides clear context: this returns the section inventory used by the headlines endpoint, implying it is a companion to euronews_headlines. It does not explicitly name alternatives or give when-not-to-use guidance, but the source-specific naming makes the primary use case obvious.

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