Ontology MCP

mcp_ollama_pull

Download AI models from the Ollama registry to integrate with the Ontology MCP server, enabling enhanced querying and manipulation of ontology data using advanced model capabilities.

Instructions

Ollama 레지스트리에서 모델을 다운로드합니다

Input Schema

NameRequiredDescriptionDefault
nameYes다운로드할 모델 이름

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "다운로드할 모델 이름", "type": "string" } }, "required": [ "name" ], "type": "object" }
ID: mxvujkgabm