{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_describe",
"tool_input": {
"table": "critics",
"database": "ki_content",
"show_create": true
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"table\": \"critics\",\n \"create_statement\": \"CREATE TABLE `critics` (\\n `id` int(11) NOT NULL AUTO_INCREMENT,\\n `name` varchar(100) NOT NULL,\\n `fokus` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`fokus`)),\\n `prompt_id` int(11) DEFAULT NULL,\\n `sort_order` int(11) DEFAULT 0,\\n `is_active` tinyint(1) DEFAULT 1,\\n `created_at` datetime DEFAULT current_timestamp(),\\n PRIMARY KEY (`id`),\\n KEY `prompt_id` (`prompt_id`),\\n CONSTRAINT `critics_ibfk_1` FOREIGN KEY (`prompt_id`) REFERENCES `ki_dev`.`prompts` (`id`) ON DELETE SET NULL\\n) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\",\n \"execution_ms\": 9\n}"
}
]
}