Skip to main content
Glama

Ontology MCP

by bigdata-coss

mcp_ollama_show

Display detailed information about a specific Ollama model by specifying its name, enabling users to retrieve metadata for better integration and utilization within the Ontology MCP server.

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