Skip to main content
Glama
whw23

searxng-http-mcp

autocomplete

Read-onlyIdempotent

Get search query suggestions for partial keywords. Use it to discover relevant terms before running a full search.

Instructions

Get search query suggestions from SearXNG.

Returns a list of autocomplete suggestions for the given partial query. Use this to discover relevant search terms before performing a full search.

Best results come from 1-2 meaningful keywords (e.g., "python async"). Single characters return overly broad suggestions; full sentences return none.

Makes an external API call to the configured autocomplete backend (e.g., Bing, Google). Not suitable for full web search (use search tool) or engine discovery (use engine_info tool).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesPartial query string to get suggestions for. Best results with 1-2 keywords (e.g., 'python async'). Single characters are too broad; full sentences return nothing.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Beyond the readOnlyHint/idempotentHint annotations, the description discloses that it 'Makes an external API call to the configured autocomplete backend (e.g., Bing, Google)', and explains behavioral nuances like single characters returning broad suggestions and sentences returning none. No contradiction with annotations.

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?

Every sentence earns its place: purpose, usage, parameter tips, and behavioral note. It is front-loaded with the primary action and stays succinct without redundancy.

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?

For a one-parameter tool with rich annotations and an output schema, the description fully covers purpose, usage, exclusions, parameter behavior, and external side effects. Nothing essential is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already describes the query parameter (100% coverage), but the description adds critical semantic guidance: 'Best results come from 1-2 meaningful keywords', 'Single characters return overly broad suggestions; full sentences return none' – meaningfully enriching parameter understanding.

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 'Get search query suggestions from SearXNG', using a specific verb and resource. It clearly distinguishes from siblings by stating it is not for full web search (use search tool) or engine discovery (use engine_info tool).

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?

It explicitly states when to use ('Use this to discover relevant search terms before performing a full search'), provides query-format guidance (1-2 keywords, avoid single chars/full sentences), and names alternatives (search, engine_info) with exclusions.

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/whw23/searxng_http_mcp'

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