Skip to main content
Glama
by elad12390

web_search

Gather fresh web search results using SearXNG to find current information across multiple sources for research and analysis tasks.

Instructions

Use this first to gather fresh web search results via the local SearXNG instance.

Input Schema

NameRequiredDescriptionDefault
queryYes
reasoningYes
categoryNoscience
max_resultsNo

Input Schema (JSON Schema)

{ "properties": { "category": { "default": "science", "title": "Category", "type": "string" }, "max_results": { "default": 8, "title": "Max Results", "type": "integer" }, "query": { "title": "Query", "type": "string" }, "reasoning": { "title": "Reasoning", "type": "string" } }, "required": [ "query", "reasoning" ], "type": "object" }

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/elad12390/web-research-assistant'

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