Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

globeandmail_article

Fetch full article content from The Globe and Mail by supplying a canonical URL, retrieving metadata and body paragraphs, and identifying paywalled stories by returning a 403 error.

Instructions

Get a Globe and Mail article's content. Returns one public Globe and Mail article's metadata and full body paragraphs from a canonical article URL. The Globe and Mail runs a metered paywall on most staff-bylined stories; those return a 403 permission error rather than a truncated or fabricated body -- see the endpoint markdown for the exact detection method.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesCanonical Globe and Mail article URL

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of disclosing behavior. It explains the key failure mode: metered paywall stories return a 403 permission error rather than a truncated or fabricated body, and points to the endpoint markdown for detection. It could add more detail about return structure or rate limits, but the critical behavioral caveat is clearly disclosed.

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 filler: the first states the operation, the second defines the output scope, and the third discloses the paywall failure mode. Every sentence contributes distinct information and the most important scoping constraint is front-loaded.

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 single-parameter fetch tool with no output schema, the description covers the essential bases: what is returned, that it requires a canonical URL, and how paywalled content behaves. It does not enumerate the metadata fields that will be returned, which is a minor gap, and delegates the exact 403 detection method to external markdown rather than including it inline.

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%, with the schema already describing the url parameter as 'Canonical Globe and Mail article URL'. The description repeats this as 'canonical article URL' without adding new format, validation, or example information, so it provides no meaningful value beyond the schema baseline.

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 and resource ('Get a Globe and Mail article's content') and immediately clarifies the exact scope: one public article's metadata and full body paragraphs from a canonical URL. This distinguishes it from sibling list and section tools without requiring any schema inspection.

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 makes the correct invocation context explicit: you need a canonical article URL, and it fetches a single public article. It also warns that paywalled staff-bylined stories will fail with a 403, which helps an agent decide whether to attempt the call. It does not explicitly name alternatives like globeandmail_headlines or globeandmail_news, so it stops short of a full when-to-use vs. when-not-to-use statement.

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