Skip to main content
Glama

MCP Ollama Consult Server

by Atomic-Germ

consult_ollama

Consult local Ollama models to generate responses from alternative viewpoints by providing prompts and optional system instructions.

Instructions

Consult an Ollama model with a prompt and get its response for reasoning from another viewpoint.

Input Schema

NameRequiredDescriptionDefault
modelYes
promptYes
system_promptNo

Input Schema (JSON Schema)

{ "properties": { "model": { "type": "string" }, "prompt": { "type": "string" }, "system_prompt": { "type": "string" } }, "required": [ "model", "prompt" ], "type": "object" }

Other Tools from MCP Ollama Consult 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/Atomic-Germ/mcp-consult'

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