Skip to main content
Glama
john-walks-slow

mcp-searxng-public-extended

search

Read-only

Retrieve web results from public SearXNG instances with configurable engines, categories, language, and time filters, providing relevant information for AI tasks.

Instructions

使用 SearXNG 进行网络搜索,返回最快有效结果。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pagesNo获取几页结果(建议每次获取 1 页)。默认: 1
queryYes搜索查询
enginesNo搜索引擎,用逗号分隔。支持:google, bing, duckduckgo, brave, qwant, startpage, wikipedia, github, stackoverflow, reddit, youtube, arxiv。默认: 不指定
languageNo语言代码 (en, zh, ja)。默认: en
startpageNo起始页码。默认: 1
categoriesNo搜索类别,用逗号分隔。支持:general, images, news, music, videos, science, it, social_media。默认: 不指定
safesearchNo安全搜索: 0=关闭, 1=中等, 2=严格。默认: 不指定
time_rangeNo过滤时间范围: day=一天内, week=一周内, month=一个月内, year=一年内。默认: 不指定
Install Server

TDQS

B3.2/5.0
Behavior3/5

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

Annotations declare readOnlyHint=true and destructiveHint=false, so the agent already knows this is a safe read operation. The description adds a small behavioral note (prioritizes fastest valid results) beyond what annotations state, but gives no detail on result structure, quota behavior, or failure modes. The safety profile is covered by annotations; the description adds only marginal behavioral context.

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?

A single compact sentence with zero filler, front-loading the core purpose before the behavioral qualifier. It is efficient, though it borders on restating the tool name; the 'fastest valid results' clause justifies its existence. Appropriately sized for a tool whose schema carries the parameter details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool is a general web search with a 100%-covered schema and read-only annotations, the description is minimally adequate. Since there is no output schema, the description might have mentioned the return format, and it does not explain result structure or pagination behavior beyond what 'fastest valid results' implies. An agent can call the tool correctly from the schema, but the return semantics are left unexplained.

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%: all 8 parameters, including the required query, have descriptions with defaults, ranges, and supported value lists (e.g., engines, categories, safesearch levels). The description itself adds no parameter-level detail, so the baseline 3 applies since the schema fully documents semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb (search) and resource (web via SearXNG), and adds the behavioral qualifier 'returns fastest valid results'. While concise, it clearly conveys what the tool does. No siblings are listed, so there is no differentiation burden; the purpose is unambiguous.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool, no exclusions, and no mention of alternatives or circumstances that would make another tool preferable. The 'fastest valid results' clause hints at intent but does not instruct an agent on selection or preconditions. With no sibling tools the alternative-routing gap is muted, but still zero usage direction is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/john-walks-slow/mcp-searxng-public'

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