{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_select",
"tool_input": {
"query": "SELECT id, name, content FROM prompts WHERE name = 'content_generation'",
"database": "ki_dev"
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"data\": [\n {\n \"id\": 8,\n \"name\": \"content_generation\",\n \"content\": \"Erstelle professionellen Content basierend auf Briefing, Kontext, Autorenprofil und Contract.\"\n }\n ],\n \"row_count\": 1,\n \"error\": null,\n \"execution_ms\": 0\n}"
}
]
}