mcp_ollama_pull
Download models from the Ollama registry to integrate with Ontology MCP, enabling AI-driven querying and manipulation of ontology data via SPARQL endpoints.
Instructions
Ollama 레지스트리에서 모델을 다운로드합니다
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | 다운로드할 모델 이름 |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "다운로드할 모델 이름",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}