research
Perform in-depth topic research by combining web search results and LLM-based synthesis. Input a topic to generate detailed, locally processed insights using the MCP server's advanced capabilities.
Instructions
Research a topic using web search and LLM synthesis
Input Schema
Name | Required | Description | Default |
---|---|---|---|
topic | Yes | The topic to research |
Input Schema (JSON Schema)
{
"properties": {
"topic": {
"description": "The topic to research",
"type": "string"
}
},
"required": [
"topic"
],
"type": "object"
}