Skip to main content
Glama

batch_scrape

Scrape multiple URLs in a single request. Provide a list of web addresses to extract content from each page, with configurable concurrency and output format.

Instructions

批量采集多个 URL。当用户给出多个网址时使用。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsYes
concurrencyNo
output_formatNomarkdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

No annotations are provided, and the description does not disclose any behavioral details such as network usage, rate limits, concurrency behavior, or output format. The tool name implies scraping, but there is no information about safety, side effects, or system impact.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single clear sentence with no redundant words. It is front-loaded with the verb and resource, making it efficient and easy to scan.

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

Completeness2/5

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

Given the tool has multiple parameters, an output schema, and no annotations, the description is too minimal to guide an agent on important nuances like concurrency settings, output format, or how batch results are returned. It provides only the most basic purpose.

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

Parameters1/5

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

The schema has three parameters (urls, concurrency, output_format) with 0% description coverage in the schema. The description fails to explain any of them, providing no compensation for the missing schema descriptions.

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 explicitly states the tool performs batch scraping of multiple URLs. This clearly differentiates it from sibling tools like scrape_url (likely single URL) and crawl_site, providing a specific verb+resource+scope.

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 gives an explicit condition for use: 'Use when the user gives multiple URLs.' This guides tool selection, though it does not name alternatives or explicitly say not to use for single URLs.

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/xiabai2008/chameleon'

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