{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_select",
"tool_input": {
"query": "SELECT SUM(CASE WHEN h1_count=0 THEN 1 ELSE 0 END) AS no_h1, SUM(CASE WHEN h1_count>1 THEN 1 ELSE 0 END) AS multi_h1, SUM(CASE WHEN canonical IS NULL THEN 1 ELSE 0 END) AS no_canonical FROM pages WHERE crawl_id=4 AND http_status=200",
"database": "crawler"
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"data\": [\n {\n \"no_h1\": \"83\",\n \"multi_h1\": \"2\",\n \"no_canonical\": \"18\"\n }\n ],\n \"row_count\": 1,\n \"error\": null,\n \"execution_ms\": 0\n}"
}
]
}