Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

dailyexpress_article

Fetch Daily Express article content by submitting a canonical URL to receive article metadata and body paragraphs in structured JSON.

Instructions

Get Daily Express article content. Returns public Daily Express article metadata and body paragraphs from a canonical article URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesCanonical Daily Express article URL

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. The verb 'Get' and the word 'public' imply a read-only, no-auth operation, and the return content is specified, but edge behavior such as handling invalid URLs or non-canonical inputs is not addressed.

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 18-word sentence with the action front-loaded and a compact statement of the return value. There is no filler, repetition, or extraneous detail.

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 one-parameter article-fetch tool with no output schema, the description adequately conveys the input, source, and return shape. It could be slightly richer about error behavior or when a URL is unsuitable, but nothing essential is missing for a single-article call.

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 already documents the single required url parameter with 100% coverage. The description only restates that the URL must be canonical and adds no format, validation, or source detail beyond what the schema provides, so the baseline 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 opens with a specific verb 'Get' and a precise resource, 'Daily Express article content,' and further states that it returns metadata and body paragraphs from a canonical article URL. This clearly distinguishes it from Daily Express headline, news, section, and author tools.

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 'from a canonical article URL' implies this tool should be used when an article URL is already available, but the description does not explicitly mention alternatives or state when not to use it. Sibling tools like dailyexpress_headlines suggest how to discover URLs, but that connection is left implicit.

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