check_ollama
Verifies that Ollama is running and the configured embedding or chat model is installed, ensuring readiness for smart search and symbol explanation.
Instructions
Check whether Ollama is running and the configured embedding/chat model is installed.
Read-only: yes. No side effects. Call before smart_search or explain_symbol if unsure about Ollama availability.
Returns: dict: {ollama_running: bool, model_installed: bool, model: str, error: str or None}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_root | No | Project root. Auto-detected if omitted. Ignored by this tool. |