{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_select",
"tool_input": {
"query": "SELECT id, name, type FROM content_config WHERE type IN ('author_profile', 'structure', 'contract') ORDER BY type, id",
"database": "ki_content"
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"data\": [\n {\n \"id\": 1,\n \"name\": \"Akademisch\",\n \"type\": \"author_profile\"\n },\n {\n \"id\": 2,\n \"name\": \"Didaktisch\",\n \"type\": \"author_profile\"\n },\n {\n \"id\": 3,\n \"name\": \"Kompakt\",\n \"type\": \"author_profile\"\n },\n {\n \"id\": 4,\n \"name\": \"Blog-Artikel\",\n \"type\": \"structure\"\n },\n {\n \"id\": 5,\n \"name\": \"LinkedIn-Post\",\n \"type\": \"structure\"\n },\n {\n \"id\": 6,\n \"name\": \"Newsletter\",\n \"type\": \"structure\"\n },\n {\n \"id\": 7,\n \"name\": \"Whitepaper\",\n \"type\": \"structure\"\n },\n {\n \"id\": 8,\n \"name\": \"FAQ\",\n \"type\": \"structure\"\n },\n {\n \"id\": 10,\n \"name\": \"Content Quality Standards\",\n \"type\": \"contract\"\n }\n ],\n \"row_count\": 9,\n \"error\": null,\n \"execution_ms\": 0\n}"
}
]
}