check_health
Verify that the configured LLM engine (Ollama or Anthropic) is reachable and ready to process requests.
Instructions
Checks whether the configured LLM engine (Ollama or Anthropic) is reachable and ready to use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Override for the model to check availability for (Ollama only). Defaults to the configured/preset model. | |
| engine | No | The engine to check (ollama or anthropic). Defaults to the configured/preset engine. |