Skip to main content
Glama

MCP Ollama Server

ask_model

Query a specific Ollama model on the MCP Ollama Server to obtain answers or insights by providing a model name and your question.

Instructions

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 from MCP Ollama Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/emgeee/mcp-ollama'

If you have feedback or need assistance with the MCP directory API, please join our Discord server