health_check
Verify the responsiveness and operational status of llama-server to ensure local LLM instances are running correctly for seamless integration with Claude Desktop.
Instructions
Check if the llama-server is running and responsive
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}