Skip to main content
Glama

scrape_news

Retrieve news articles from RSS feeds, news sites, or individual article URLs. Provide one input to get structured article data.

Instructions

Fetch news articles from an RSS feed, a news site, or a single article.

Provide exactly one of feed_url, site_url, or article_url.

Args: feed_url: Direct URL to an RSS/Atom feed. site_url: News site URL — its feed is auto-discovered. article_url: A single article URL to extract full text from. max_articles: Max articles to return from a feed (default 50).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
feed_urlNo
site_urlNo
article_urlNo
max_articlesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
countNo
errorsNo
scraperNo
source_urlsNo
Behavior3/5

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

No annotations provided, so description must disclose behavior. It explains the three modes and the max_articles default, but lacks details on error handling, rate limits, or response format. Sufficient for a basic fetch tool but not comprehensive.

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?

Description is concise with bullet points, no redundant text. Every sentence adds value, and the structure makes it easy to scan.

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?

Given the tool has an output schema (not shown) and the description covers all parameters and usage modes, it provides sufficient context for an agent. Lacks details on boundary cases but overall complete for a news scraper.

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

Parameters4/5

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

Input schema has no parameter descriptions (0% coverage), so the description adds crucial meaning by explaining each URL parameter's purpose and the auto-discovery feature for site_url. This compensates well for the missing schema documentation.

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 the tool fetches news articles from RSS feeds, news sites, or single articles. It distinguishes from sibling tools which target other domains like stocks or books.

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?

Explicitly instructs to provide exactly one of the three URL parameters, which is a key usage rule. Does not mention alternative tools or when not to use, but the simplicity of the tool makes that less critical.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mldsveda/PyScrappy'

If you have feedback or need assistance with the MCP directory API, please join our Discord server