Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

euronews_headlines

Fetch current Euronews headlines by section slug, returning clean JSON for news, business, culture, travel, and more.

Instructions

Get Euronews section headlines. Returns fresh headlines from one public Euronews English-edition section.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sectionYesEuronews section slug

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A3.6/5.0
Behavior3/5

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

There are no annotations, so the description carries the full behavioral disclosure burden. It adds useful context by saying headlines are 'fresh' and come from a 'public' English-edition section, but it does not mention pagination, result limits, response format, or any rate-limiting behavior.

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 a single front-loaded sentence with no filler. The core action appears first, and the second clause adds genuinely useful scoping information about freshness, publicity, and edition.

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 simple one-parameter read-only headlines tool, the description is largely complete: it states the purpose and return object ('headlines') and the schema enumerates all valid sections. The main gaps are the lack of output count/pagination details and no sibling comparison, but neither is critical for successful invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema fully describes the single `section` parameter with an enum and a 'Euronews section slug' description. The tool description adds little beyond restating that the section is public and English-edition, so the schema does the heavy lifting and the baseline of 3 applies.

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 Euronews section headlines.' It also clarifies the exact scope ('one public Euronews English-edition section'), which distinguishes it from sibling tools like euronews_sections, euronews_article, and euronews_author.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains what the tool returns but gives no guidance on when to choose it over alternatives such as euronews_news or euronews_sections. There is no explicit when-to-use, when-not-to-use, or alternative selection 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