Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

barrons_article

Retrieve a Barron's article's full text from public archive snapshots. Returns title, byline, section, publication time, word count, and body paragraphs; 404 if no snapshot exists.

Instructions

Get a Barron's article's content. Returns one Barron's article's title, byline, section, publication time, word count, and body paragraphs, recovered from a public web-archive snapshot of the article. Barron's serves only the first paragraphs of an article at the origin, so an article is returned only when a full-text archive snapshot exists; an article without one returns 404.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesCanonical Barron's article URL

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and does so exceptionally. It discloses the data source (public web-archive snapshot), the failure condition (404 if no full-text snapshot), and the reason (Barron's only serves first paragraphs at origin). This fully sets expectations about availability and error 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?

Three sentences with no waste: first states the core action, second lists return fields and source, third explains the limitation and error case. Information is front-loaded and every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter tool with no output schema, the description fully covers what is returned, how it is sourced, and when it fails. No critical information is missing for an agent to decide to call it and interpret results.

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?

Schema coverage is 100% (the only parameter, url, has a description). The tool description adds no additional meaning to the url parameter beyond repeating that it's a Barron's article URL. The schema description is sufficient, so 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 clearly states it 'gets a Barron's article's content' and enumerates the specific fields returned (title, byline, section, publication time, word count, body paragraphs). This distinguishes it from sibling tools like barrons_headlines or barrons_news, which clearly serve lists or summaries, not full article content.

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?

The description implicitly tells when to use this tool: to obtain full article content when you have a specific article URL. It also explains a key constraint (archive snapshot availability) that affects usage. However, it does not explicitly name alternatives or state when NOT to use it (e.g., when only headlines are needed), leaving some inference for the agent.

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