{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_select",
"tool_input": {
"query": "SELECT AVG(response_time_ms) AS avg_ms, MIN(response_time_ms) AS min_ms, MAX(response_time_ms) AS max_ms, AVG(dom_node_count) AS avg_dom, MAX(dom_node_count) AS max_dom, AVG(word_count) AS avg_words FROM pages WHERE crawl_id=4 AND http_status=200",
"database": "crawler"
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"data\": [\n {\n \"avg_ms\": \"3504.7909\",\n \"min_ms\": 745,\n \"max_ms\": 6458,\n \"avg_dom\": null,\n \"max_dom\": null,\n \"avg_words\": \"1010.3591\"\n }\n ],\n \"row_count\": 1,\n \"error\": null,\n \"execution_ms\": 0\n}"
}
]
}