Skip to main content
Glama
dduartee

mcp-searxng-local

by dduartee

web_fetch

Read-onlyIdempotent

Extract clean text from web pages. Use 'text' mode for full content or 'highlights' mode to get relevant excerpts for a specific query.

Instructions

Extracts page content as clean text. Supports two modes: "text" (full page, default) and "highlights" (most relevant excerpts for a query, ~10x fewer tokens). Prefer "highlights" with a query for factual searches. Use "text" for deep analysis. Ideal for reading articles, documentation and blogs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesFull page URL to extract content from (ex: https://example.com)
modeNoMode: "text" returns full page; "highlights" extracts relevant excerpts (requires query)text
queryNoQuery to extract highlights — use the same query from web_search that led to this URL
maxCharsNoMaximum content characters (100-50000, default 5000)
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint. The description adds behavioral context by explaining output format (clean text), token efficiency of highlights mode, and ideal use cases. No contradictions.

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?

Four sentences, front-loaded with purpose, then modes and usage. Every sentence adds value; no wasted words. Highly efficient.

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 sufficiently explains the output (clean text, excerpts, token savings). It lacks explicit error handling or constraints, but the tool is straightforward and annotations cover safety. Adequate for typical use.

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%, so baseline 3. The description adds value by explaining the distinction between modes and recommending when to use each, as well as the use of query with highlights. This goes beyond the schema's terse 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 clearly states the tool extracts page content as clean text and distinguishes two modes. It differentiates from siblings (web_search, web_search_advanced) by focusing on content extraction rather than search.

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?

Provides explicit guidance: prefer 'highlights' with a query for factual searches and 'text' for deep analysis. Implicitly advises against using this for searching, which is the role of sibling tools.

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/dduartee/mcp-searxng-local'

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