{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_select",
"tool_input": {
"query": "SELECT id, name, slug, config, is_active FROM author_profiles",
"database": "ki_content"
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"data\": [\n {\n \"id\": 1,\n \"name\": \"Akademisch\",\n \"slug\": \"akademisch\",\n \"config\": \"{\\\"stimme\\\":{\\\"ton\\\":\\\"sachlich, präzise\\\",\\\"perspektive\\\":\\\"dritte Person\\\",\\\"komplexität\\\":\\\"hoch\\\"},\\\"stil\\\":{\\\"fachsprache\\\":true,\\\"zitate\\\":\\\"häufig\\\"},\\\"konventionen\\\":{\\\"zitierweise\\\":\\\"APA 7\\\"},\\\"tabus\\\":[\\\"Umgangssprache\\\",\\\"Übertreibungen\\\"]}\",\n \"is_active\": 1\n },\n {\n \"id\": 2,\n \"name\": \"Didaktisch\",\n \"slug\": \"didaktisch\",\n \"config\": \"{\\\"stimme\\\":{\\\"ton\\\":\\\"erklärend, freundlich\\\",\\\"perspektive\\\":\\\"direkte Ansprache\\\",\\\"komplexität\\\":\\\"mittel\\\"},\\\"stil\\\":{\\\"fachsprache\\\":false,\\\"beispiele\\\":\\\"häufig\\\"},\\\"tabus\\\":[\\\"Jargon ohne Erklärung\\\"]}\",\n \"is_active\": 1\n },\n {\n \"id\": 3,\n \"name\": \"Kompakt\",\n \"slug\": \"kompakt\",\n \"config\": \"{\\\"stimme\\\":{\\\"ton\\\":\\\"knapp, prägnant\\\",\\\"perspektive\\\":\\\"neutral\\\",\\\"komplexität\\\":\\\"niedrig\\\"},\\\"stil\\\":{\\\"satzlänge\\\":\\\"kurz\\\",\\\"listen\\\":\\\"bevorzugt\\\"},\\\"tabus\\\":[\\\"Ausschweifungen\\\"]}\",\n \"is_active\": 1\n }\n ],\n \"row_count\": 3,\n \"error\": null,\n \"execution_ms\": 0\n}"
}
]
}