{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_select",
"tool_input": {
"query": "SELECT id, client_name, LEFT(request, 2000) as prompt_start, model_name, created_at \nFROM protokoll \nWHERE client_name = 'content-studio-generate' \nORDER BY id DESC LIMIT 3",
"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}"
}
]
}