MCP-researcher Server

by DaInfernalCoder
Verified

search

Perform a general search query to get comprehensive information on any topic

Input Schema

NameRequiredDescriptionDefault
detail_levelNoOptional: Desired level of detail (brief, normal, detailed)
queryYesThe search query or question

Input Schema (JSON Schema)

{ "properties": { "detail_level": { "description": "Optional: Desired level of detail (brief, normal, detailed)", "enum": [ "brief", "normal", "detailed" ], "type": "string" }, "query": { "description": "The search query or question", "type": "string" } }, "required": [ "query" ], "type": "object" }