Skip to main content
Glama
WaynePluto

web-search-agent

by WaynePluto

read_webpage

Fetch any webpage URL and extract its main content as clean Markdown, stripping ads, navigation, and other clutter for easy reading or further processing.

Instructions

访问指定 URL,提取并清洗页面正文内容,返回干净的 Markdown 格式文本。输入:url(网页地址)。返回:包含标题和 Markdown 内容的对象。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes要读取的网页 URL
Behavior3/5

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

With no annotations, the description carries full burden. It discloses the output format (Markdown) and that content is cleaned, but lacks details on limitations (e.g., dynamic content, rate limits, error handling).

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 concise (one sentence) and front-loaded with the core action. It could be improved by separating input and output into a structured list.

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 no output schema, the description compensates by stating the return object contains title and Markdown. For a simple single-param tool, it is mostly complete, though error handling is omitted.

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 coverage is 100% for the only parameter (url). The description repeats the schema's meaning ('input: url') without adding extra syntax, constraints, or example values.

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 accesses a URL, extracts and cleans page content, and returns it in Markdown format. It explicitly distinguishes itself from sibling tools (get_current_time and web_search_bing) which have different purposes.

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 does not provide guidance on when to use this tool versus alternatives. While siblings are clearly different, no explicit when/when-not or exclusive conditions are stated.

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/WaynePluto/web-search-agent'

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