Ollama MCP Server

pull

Pull a model from a registry

Input Schema

NameRequiredDescriptionDefault
nameYesName of the model to pull

Input Schema (JSON Schema)

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