Ontology MCP

mcp_ollama_show

Display detailed information about a specified Ollama model on the Ontology MCP server, enabling users to query and manage model data within a GraphDB and AI-enhanced ontology framework.

Instructions

Ollama 모델의 정보를 표시합니다

Input Schema

NameRequiredDescriptionDefault
nameYes정보를 조회할 모델 이름

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "정보를 조회할 모델 이름", "type": "string" } }, "required": [ "name" ], "type": "object" }
ID: mxvujkgabm