health_check
Verify LM Studio server status and response availability to enable function discovery and system diagnostics for Claude Desktop integration.
Instructions
Check if LM Studio is running and responding
WORKFLOW: System diagnostics and function discovery TIP: Start with health_check, use list_functions to explore capabilities SAVES: Claude context for strategic decisions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
detailed | No | Include detailed information about the loaded model and server status |
Input Schema (JSON Schema)
{
"properties": {
"detailed": {
"default": false,
"description": "Include detailed information about the loaded model and server status",
"type": "boolean"
}
},
"required": [],
"type": "object"
}