Skip to main content
Glama
IceWreck

SearxNG MCP Server

by IceWreck

search_news

Search for news articles by keyword, with options to filter by time range and limit the number of results.

Instructions

Search for news using SearxNG.

Args: query: News search query time_range: Time range filter ('day', 'week', 'month', 'year'). Use None for no time filtering. max_results: Maximum number of results to return (default: 10)

Returns: NewsSearchResponse with news search results

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
time_rangeNo
max_resultsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNoError message if search failed
queryYesThe search query that was executed
resultsYesList of news search results
total_resultsYesTotal number of results found
Behavior3/5

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

No annotations are provided, so the description does not disclose behavioral traits beyond basic functionality. It implies a read-only search but doesn't elaborate on side effects or special behavior.

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?

The description is well-structured with Args and Returns sections, but somewhat verbose. It could be more concise without losing clarity.

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 presence of sibling tools and an output schema, the description covers parameters and returns adequately. However, it lacks guidance on when to choose news search over other search types, reducing completeness.

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?

The description adds meaning to all parameters beyond the schema: explains query, time_range with examples, and max_results with a default. Schema coverage is 0%, so the description fills the gap effectively.

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 clearly states 'Search for news using SearxNG', specifying the verb (search) and resource (news). While it doesn't explicitly differentiate from sibling tools, the name and description make the news focus clear.

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?

The description provides no guidance on when to use this tool versus alternatives like search_web, search_images, or search_videos. It lacks explicit context for usage decisions.

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/IceWreck/SearxNG-MCP-Server'

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