check_health
Tests connectivity to the configured LLM engine (Ollama or Anthropic) to confirm it is operational and ready to process prompts.
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. |