{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_select",
"tool_input": {
"query": "SELECT id, name, type, status FROM content_config WHERE type IN ('system_prompt', 'structure') AND status = 'active' ORDER BY type, name",
"database": "ki_content"
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"data\": [\n {\n \"id\": 22,\n \"name\": \"Blog Struktur\",\n \"type\": \"structure\",\n \"status\": \"active\"\n },\n {\n \"id\": 8,\n \"name\": \"FAQ\",\n \"type\": \"structure\",\n \"status\": \"active\"\n },\n {\n \"id\": 5,\n \"name\": \"LinkedIn-Post\",\n \"type\": \"structure\",\n \"status\": \"active\"\n },\n {\n \"id\": 24,\n \"name\": \"Listicle\",\n \"type\": \"structure\",\n \"status\": \"active\"\n },\n {\n \"id\": 6,\n \"name\": \"Newsletter\",\n \"type\": \"structure\",\n \"status\": \"active\"\n },\n {\n \"id\": 7,\n \"name\": \"Whitepaper\",\n \"type\": \"structure\",\n \"status\": \"active\"\n },\n {\n \"id\": 14,\n \"name\": \"Campus Experte\",\n \"type\": \"system_prompt\",\n \"status\": \"active\"\n }\n ],\n \"row_count\": 7,\n \"error\": null,\n \"execution_ms\": 1\n}"
}
]
}