mcp_ollama_status
Check the status of Ollama servers connected to the Ontology MCP, enabling real-time monitoring of AI models for ontology data querying and manipulation.
Instructions
Ollama 서버 상태 확인
Input Schema
Name | Required | Description | Default |
---|---|---|---|
random_string | Yes | Dummy parameter for no-parameter tools |
Input Schema (JSON Schema)
{
"properties": {
"random_string": {
"description": "Dummy parameter for no-parameter tools",
"type": "string"
}
},
"required": [
"random_string"
],
"type": "object"
}