Ollama MCP Server

show

Show information for a model

Input Schema

NameRequiredDescriptionDefault
nameYesName of the model

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "name": { "description": "Name of the model", "type": "string" } }, "required": [ "name" ], "type": "object" }