MCP Ollama Server

show_model

Get detailed information about a specific model

Args: name: Name of the model to show information about

Input Schema

NameRequiredDescriptionDefault
nameYes

Input Schema (JSON Schema)

{ "properties": { "name": { "title": "Name", "type": "string" } }, "required": [ "name" ], "title": "show_modelArguments", "type": "object" }

You must be authenticated.

Other Tools