mcp-server-ollama-deep-researcher

by Cam10001110101
Verified

configure

Configure the research parameters (max loops, LLM model, search API)

Input Schema

NameRequiredDescriptionDefault
llmModelNoOllama model to use (e.g. llama3.2)
maxLoopsNoMaximum number of research loops (1-5)
searchApiNoSearch API to use for web research

Input Schema (JSON Schema)

{ "properties": { "llmModel": { "description": "Ollama model to use (e.g. llama3.2)", "type": "string" }, "maxLoops": { "description": "Maximum number of research loops (1-5)", "type": "number" }, "searchApi": { "description": "Search API to use for web research", "enum": [ "perplexity", "tavily" ], "type": "string" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools