Protokoll #6804

ID6804
Zeitstempel2025-12-23 07:10:04.232816
Clientroot
IP145.224.96.190
Modellclaude-sonnet-4-20250514
Statuscompleted
Tokens163 (Input: 84, Output: 79)
Dauer85 ms
Request-Zeit2025-12-23 07:10:04.232816
Response-Zeit2025-12-23 07:10:04.317835

Request

{
    "event": "PreToolUse",
    "tool_name": "mcp__mcp-db__db_select",
    "tool_input": {
        "query": "SELECT model_name, COUNT(*) as calls, SUM(tokens_input) as tokens_in, SUM(tokens_output) as tokens_out\nFROM protokoll \nWHERE client_name = 'pipeline' AND request_timestamp > NOW() - INTERVAL 10 MINUTE\nGROUP BY model_name",
        "database": "ki_dev"
    }
}

Response

{
    "tool_response": [
        {
            "type": "text",
            "text": "{\n  \"status\": \"success\",\n  \"data\": [\n    {\n      \"model_name\": \"ollama:gemma3:27b-it-qat\",\n      \"calls\": 6,\n      \"tokens_in\": \"4214\",\n      \"tokens_out\": \"813\"\n    }\n  ],\n  \"row_count\": 1,\n  \"error\": null,\n  \"execution_ms\": 0\n}"
        }
    ]
}
← Vorheriger Zur Liste Nächster →