Skip to main content
Glama

read_articles_batch

Read up to 5 news articles in one batch, automatically pacing requests to avoid rate limits, enabling side-by-side analysis and report generation.

Instructions

批量读取多篇文章内容(最多 5 篇,间隔 5 秒)

逐篇请求文章内容,每篇之间自动间隔 5 秒以遵守速率限制。

典型使用流程:

  1. 先用 search_news(include_url=True) 搜索新闻获取多个链接

  2. 再用 read_articles_batch(urls=[...]) 批量读取正文

  3. AI 对多篇文章进行对比分析、综合报告

Args: urls: 文章链接列表(必需),最多处理 5 篇 timeout: 每篇的请求超时时间(秒),默认 30

Returns: JSON格式的批量读取结果,包含每篇的完整内容和状态

Examples: - read_articles_batch(urls=["https://a.com/1", "https://b.com/2"])

Note: - 单次最多读取 5 篇,超出部分会被跳过 - 5 篇约需 25-30 秒(每篇间隔 5 秒) - 单篇失败不影响其他篇的读取

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsYes
timeoutNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations, the description fully discloses key behavioral traits: automatic 5-second intervals to respect rate limits, a hard cap of 5 articles (excess skipped), per-article timeout with default, failure isolation ('single failure doesn't affect others'), and an approximate total time (25-30 seconds for 5 articles). This is exceptional transparency beyond the schema.

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 well-structured with clear sections (typical flow, args, returns, example, notes). Every sentence earns its place—no filler, yet it manages to convey limits, time estimates, and failure semantics in a compact format.

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?

Given the tool's complexity (batching, rate limiting, error handling), the description is complete: it covers use case, input parameters, return format, time expectations, and edge behavior (skip over 5, partial failures). The presence of an output schema is confirmed, and the description appropriately summarizes the return without needing to list fields.

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

Parameters5/5

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

The input schema only provides types and a default; the description compensates fully by explaining urls as a required list of article links (max 5) and timeout as per-request seconds (default 30). It also includes a concrete example. This adds substantial meaning beyond the bare schema.

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's function: batch reading multiple articles (max 5) with a 5-second interval. It distinguishes itself from the singular 'read_article' sibling by emphasizing the batch nature and the rate-limit spacing, making the scope and resource unambiguous.

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?

It provides a typical usage flow with explicit steps: first search_news, then read_articles_batch, for multi-article comparison or synthesis. This gives clear context and expected prerequisites. However, it does not explicitly contrast with 'read_article' for single-article cases or state when-not-to-use, so it stops short of full alternative differentiation.

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/qqluohao1234/TrendRadar'

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