ollama_status
Check if a local Ollama daemon is running and list its available model tags by probing a loopback endpoint. Confirms service availability without installing Ollama.
Instructions
Probe a loopback Ollama daemon (default http://127.0.0.1:11434). Lists tags when it is running. Does not install Ollama. Non-loopback URLs are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_url | No | OpenAI-compat base such as http://127.0.0.1:11434/v1; must be 127.0.0.1/localhost |