Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

nationafrica_article

Fetch Nation Africa article metadata and body paragraphs from a canonical URL. For paywalled stories, returns partial teaser paragraphs without bypassing the paywall.

Instructions

Get Nation Africa article content. Returns public Nation Africa article metadata and body paragraphs from a canonical article URL. paywalled is true for a Premium story: the publisher serves an anonymous reader only the opening paragraph(s), so paragraphs is a partial teaser and nothing is bypassed. Video, photo, audio, puzzle and cartoon URLs are rejected with a 400.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesCanonical Nation Africa article URL

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A4.3/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 behavioral burden and handles it well. It discloses the critical paywall behavior: paywalled=true means the publisher serves only opening paragraphs, so paragraphs is a partial teaser and 'nothing is bypassed' — preventing an agent from misinterpreting partial content or attempting a paywall workaround. It also discloses the 400 error behavior for non-article URL types, which is genuinely useful operational context.

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 zero waste. The purpose is front-loaded in sentence one, return semantics in sentence two, and rejection behavior in sentence three. Each sentence earns its place, and the most decision-relevant information (paywall teaser behavior) appears before the less critical error-case note.

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 and no annotations, the description is complete: it covers what is returned (metadata and body paragraphs), documents the key output flag (paywalled) and its semantics, and states error behavior for invalid inputs. An agent has enough to call the tool correctly and interpret its response without additional documentation.

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 description coverage is 100% — the url parameter is already documented as 'Canonical Nation Africa article URL.' The description reinforces the canonical requirement and adds context about which URL types are rejected, but it does not add substantially new parameter-level meaning beyond the schema, 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?

Description opens with a specific verb and resource: 'Get Nation Africa article content.' It states exactly what is returned (article metadata and body paragraphs) and from what input (a canonical article URL), which distinguishes it from sibling tools like nationafrica_headlines, nationafrica_news, nationafrica_sections, and nationafrica_author that serve different resources for the same publisher.

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 intended use is implied but clear: pass a canonical article URL to retrieve article content. The description discloses a when-not via the 400 rejection of video, photo, audio, puzzle, and cartoon URLs, but it never names alternatives or explicitly states conditions for choosing this tool over sibling Nation Africa tools or other publishers' article tools.

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