Skip to main content
Glama
nuoyax

Web Search MCP Server

by nuoyax

fetch_url

Fetch web pages as markdown, removing boilerplate. Handles proxy routing for international sites and direct access for Chinese hosts, ensuring reliable content retrieval.

Instructions

Fetch a URL, strip boilerplate, and return the page content as markdown. International hosts auto-route through the configured proxy; CN hosts (baidu/bing.cn/so/...) go direct.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to fetch
max_charsNoMax chars of markdown to return
Behavior4/5

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

With no annotations provided, the description carries the full burden. It explicitly discloses behavioral traits: 'strip boilerplate', returns markdown, and the proxy routing for international vs. CN hosts. This goes beyond minimal operational details, though it doesn't address error handling or auth requirements.

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 two sentences, front-loaded with the primary action, followed by a relevant network routing detail. Every sentence adds necessary context with no redundant or filler content.

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 simple tool with two parameters and no output schema, the description sufficiently covers the return value ('markdown') and key behavior (boilerplate stripping, proxy routing). It lacks mention of error handling or non-HTML content, but these are not critical given the tool's simplicity.

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 description coverage is 100%, so a baseline of 3 applies. The description adds little beyond the schema; 'Fetch a URL' paraphrases the url parameter, and max_chars is already described as 'Max chars of markdown to return.' No additional parameter semantics are provided.

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 a specific verb ('Fetch'), a specific resource ('a URL'), and the output format ('return the page content as markdown'). This clearly distinguishes it from sibling tools 'web_search' and 'deep_research', which are for searching/researching rather than fetching a known URL.

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 usage when the agent has a specific URL to retrieve, but it does not explicitly contrast with alternatives like web_search or deep_research. It lacks an explicit 'when to use' or 'when not to use' statement.

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/nuoyax/web-search-mcp'

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