mcp_ollama_run
Execute Ollama models to generate responses, enabling querying and manipulating ontology data via the Ontology MCP server. Input model name, prompt, and optional timeout.
Instructions
Ollama 모델을 실행하여 응답을 생성합니다
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | 실행할 모델 이름 | |
prompt | Yes | 모델에 전송할 프롬프트 | |
timeout | No | 타임아웃(밀리초 단위, 기본값: 60000) |