Ontology MCP

mcp_ollama_rm

Remove Ollama models from the Ontology MCP server to manage AI model integration and optimize ontology data querying and manipulation.

Instructions

Ollama 모델을 삭제합니다

Input Schema

NameRequiredDescriptionDefault
nameYes삭제할 모델 이름

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "삭제할 모델 이름", "type": "string" } }, "required": [ "name" ], "type": "object" }
ID: mxvujkgabm