{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_select",
"tool_input": {
"query": "SELECT tool_name, COUNT(*) as count FROM mcp_log WHERE tool_name LIKE '%tasks%' AND created_at > NOW() - INTERVAL 7 DAY GROUP BY tool_name ORDER BY count DESC",
"database": "ki_protokoll"
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"denied\",\n \"data\": null,\n \"row_count\": 0,\n \"error\": \"Database 'ki_protokoll' not allowed. Allowed: ki_dev, ki_content\",\n \"execution_ms\": 0.0\n}"
}
]
}