{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_describe",
"tool_input": {
"table": "entity_classifications",
"database": "ki_content",
"show_create": true
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"table\": \"entity_classifications\",\n \"create_statement\": \"CREATE TABLE `entity_classifications` (\\n `id` int(11) NOT NULL AUTO_INCREMENT,\\n `entity_id` int(11) NOT NULL,\\n `ontology_class_id` int(11) NOT NULL,\\n `confidence` float DEFAULT 1,\\n PRIMARY KEY (`id`),\\n UNIQUE KEY `unique_entity_class` (`entity_id`,`ontology_class_id`),\\n KEY `ontology_class_id` (`ontology_class_id`),\\n CONSTRAINT `entity_classifications_ibfk_2` FOREIGN KEY (`ontology_class_id`) REFERENCES `ontology_classes` (`id`) ON DELETE CASCADE\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci\",\n \"execution_ms\": 0\n}"
}
]
}