MCP Ollama Server

ask_model

Ask a question to a specific Ollama model

Args: model: Name of the model to use (e.g., 'llama2') question: The question to ask the model

Input Schema

NameRequiredDescriptionDefault
modelYes
questionYes

Input Schema (JSON Schema)

{ "properties": { "model": { "title": "Model", "type": "string" }, "question": { "title": "Question", "type": "string" } }, "required": [ "model", "question" ], "title": "ask_modelArguments", "type": "object" }

You must be authenticated.

Other Tools