Skip to main content
Glama
chenpu17

@chenpu17/web-bridge-mcp

by chenpu17

web_fetch

Fetch a specific URL and return its content as clean markdown, text, or HTML. Provide a fully-formed URL to get the full page in your preferred format.

Instructions

Fetches content from a specified URL and converts it to readable format

  • Use this when you have a specific URL to retrieve (not for searching)

  • Takes a URL and optional format as input

  • Fetches the URL content, converts to requested format (markdown by default)

  • Returns the full page content in the specified format

Usage notes:

  • Use web_search first to find URLs, then use this tool to fetch their content

  • If the user is asking for library/framework/package/API documentation, prefer Context7 tools before web_fetch

  • The URL must be a fully-formed valid URL

  • HTTP URLs will be automatically upgraded to HTTPS

  • Format options: "markdown" (default), "text", or "html"

  • Response size limit: 5MB

  • Maximum timeout: 120 seconds

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes要抓取的 URL
formatNo返回格式 (默认: markdown)markdown
timeoutNo超时时间(秒),1-120秒
Behavior5/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 well: it discloses URL format requirements, automatic HTTP->HTTPS upgrade, format options with default, response size limit (5MB), and timeout (120s). This goes beyond the minimal and provides useful operational expectations.

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 a clear main statement followed by usage notes. It front-loads the core purpose and each bullet adds value without redundant repetition, making it appropriately sized for the tool's complexity.

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?

Despite lacking an output schema, the description covers input requirements, behavior, format options, size/timeout limits, and relationship to sibling tools. This is a self-sufficient explanation for how to invoke web_fetch correctly.

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 coverage is 100% and already includes URL, format enum, and timeout range. The description adds extra meaning by explaining the URL must be fully-formed and valid, and that HTTP URLs are upgraded to HTTPS, which supplements the 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 opens with a specific verb+resource: 'Fetches content from a specified URL and converts it to readable format.' It clearly distinguishes itself from searching and sibling tools like web_search by stating 'not for searching.'

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit guidance is provided: 'Use this when you have a specific URL to retrieve (not for searching)' and 'Use web_search first to find URLs, then use this tool to fetch their content.' It also mentions preferring Context7 for documentation, giving clear when-to-use and alternative guidance.

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/chenpu17/web-bridge-mcp'

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