{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_describe",
"tool_input": {
"table": "chunk_semantics",
"database": "ki_content",
"show_create": true
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"table\": \"chunk_semantics\",\n \"create_statement\": \"CREATE TABLE `chunk_semantics` (\\n `id` int(11) NOT NULL AUTO_INCREMENT,\\n `chunk_id` int(11) NOT NULL,\\n `summary` text DEFAULT NULL,\\n `keywords` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`keywords`)),\\n `sentiment` enum('positive','negative','neutral','mixed') DEFAULT 'neutral',\\n `topics` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`topics`)),\\n `language` varchar(10) DEFAULT 'de',\\n `statement_form` enum('assertion','question','command','conditional') DEFAULT NULL,\\n `intent` enum('explain','argue','define','compare','exemplify','warn','instruct') DEFAULT NULL,\\n `frame` enum('theoretical','practical','historical','methodological','critical') DEFAULT NULL,\\n `is_negated` tinyint(1) DEFAULT 0,\\n `discourse_role` enum('thesis','evidence','example','counter','summary','definition') DEFAULT NULL,\\n `analyzed_at` datetime DEFAULT NULL,\\n `analysis_model` varchar(100) DEFAULT NULL,\\n `prompt_id` int(11) DEFAULT NULL,\\n `prompt_version` varchar(20) DEFAULT NULL,\\n PRIMARY KEY (`id`),\\n UNIQUE KEY `chunk_id` (`chunk_id`),\\n CONSTRAINT `chunk_semantics_ibfk_1` FOREIGN KEY (`chunk_id`) REFERENCES `chunks` (`id`)\\n) ENGINE=InnoDB AUTO_INCREMENT=1910 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci\",\n \"execution_ms\": 1\n}"
}
]
}