Check Local Model Health
check_local_model_healthCheck if the local llama.cpp server is reachable and loaded, returning availability status and model metadata, to decide retry or cloud fallback.
Instructions
Check if the local llama.cpp server is reachable and loaded.
Returns availability status and model metadata. Call this before starting a batch of implementation tasks, or when a previous tool call failed with a connection error, to decide whether to retry or fall back to direct cloud-model implementation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message if the server is unreachable. | |
| model | No | Model identifier reported by the server, if available. | |
| available | Yes | Whether the local llama.cpp server is reachable and loaded. |