Skip to main content
Glama

Fetch Urls

fetch_urls

Batch-fetch multiple URLs and retrieve each page's title and text summary, with individual failures noted so one broken link doesn't stop the whole run.

Instructions

批量抓取多个网页,返回每个的标题与正文摘要(单点失败不影响整体)。

参数: urls: URL 列表(最多 5 个) mode: "text" 或 "markdown" max_chars: 每个条目的最大字符数

返回: 逐条列出每个 URL 的 标题 + 正文(失败的条目标注原因)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo输出格式:text=纯文本正文,markdown=Markdown正文text
urlsYes
max_charsNo每个条目的最大字符数,500-20000,默认 3000

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

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 and does disclose non-obvious behavior: partial-failure isolation ('单点失败不影响整体'), per-item failure reasons, and a 5-URL cap. It doesn't mention rate limits or content-type constraints, but the key operational traits are visible.

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: a one-line intent, a compact parameter list, and a clear return format. It front-loads the most critical behavioral trait (failure isolation) and avoids unnecessary filler.

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 moderately simple tool with an output schema present, the description gives enough to invoke it correctly: input shape, size limit, output format, and failure behavior. The main gap is explicit differentiation from sibling tools, but that is not fatal to correct invocation.

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?

Schema covers mode and max_chars well, giving about 67% coverage. The description adds the important missing constraint for urls: a maximum of 5 URLs, which is not in the schema. It also clarifies the per-item character limit context.

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 action ('批量抓取多个网页') and the result (title + body summary per page). The batch/multiple-URL scope distinguishes it from single-page siblings like fetch_web, and the return contract is explicit.

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 description implies it should be used when fetching multiple URLs at once, but it never explicitly says when to choose it over fetch_web, fetch_web_md, search_web, or fetch_rss. No exclusions or alternative routing are provided.

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/IYABAO/fluxio-mcp'

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