mcp-server-ollama-deep-researcher

by Cam10001110101
Verified

configure

Set up research parameters, including LLM model, maximum loops, and search API, to customize deep research capabilities within the MCP server ecosystem.

Instructions

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 from mcp-server-ollama-deep-researcher

Related Tools

ID: r25ssxqoci