MCP Ollama Link

by truaxki

query-ollama

Execute queries on the Ollama model with performance tracking, enabling precise responses for prompts with added context and customizable model selection.

Instructions

Query the Ollama model with performance tracking

Input Schema

NameRequiredDescriptionDefault
contextYesAdditional context or background information for the query
modelYesThe Ollama model to use for the querydeepseek-r1:8b
queryYesThe question or prompt to send to the model

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Additional context or background information for the query", "type": "string" }, "model": { "default": "deepseek-r1:8b", "description": "The Ollama model to use for the query", "type": "string" }, "query": { "description": "The question or prompt to send to the model", "type": "string" } }, "required": [ "query", "context", "model" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Ollama Link

Related Tools

ID: y75yyd2wtk