pull
Retrieve AI models from a registry using the Ollama MCP Server to integrate and manage local language models with full control and privacy.
Instructions
Pull a model from a registry
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}