{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_describe",
"tool_input": {
"table": "chunk_taxonomy",
"database": "ki_content",
"show_create": true
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"table\": \"chunk_taxonomy\",\n \"create_statement\": \"CREATE TABLE `chunk_taxonomy` (\\n `id` int(11) NOT NULL AUTO_INCREMENT,\\n `chunk_id` int(11) NOT NULL,\\n `taxonomy_term_id` int(11) NOT NULL,\\n `confidence` float DEFAULT 1,\\n `source` enum('auto','manual') DEFAULT 'auto',\\n `created_at` datetime DEFAULT current_timestamp(),\\n PRIMARY KEY (`id`),\\n UNIQUE KEY `unique_chunk_term` (`chunk_id`,`taxonomy_term_id`),\\n KEY `taxonomy_term_id` (`taxonomy_term_id`),\\n CONSTRAINT `chunk_taxonomy_ibfk_1` FOREIGN KEY (`chunk_id`) REFERENCES `chunks` (`id`),\\n CONSTRAINT `chunk_taxonomy_ibfk_2` FOREIGN KEY (`taxonomy_term_id`) REFERENCES `taxonomy_terms` (`id`) ON DELETE CASCADE\\n) ENGINE=InnoDB AUTO_INCREMENT=5675 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci\",\n \"execution_ms\": 0\n}"
}
]
}