Skip to main content
Glama

Ontology MCP

by bigdata-coss

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

NameRequiredDescriptionDefault
nameYes다운로드할 모델 이름

Input Schema (JSON Schema)

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bigdata-coss/agent_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server