{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_describe",
"tool_input": {
"table": "entity_types",
"database": "ki_content",
"show_create": true
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"table\": \"entity_types\",\n \"create_statement\": \"CREATE TABLE `entity_types` (\\n `id` int(11) NOT NULL AUTO_INCREMENT,\\n `code` varchar(50) NOT NULL,\\n `name` varchar(100) NOT NULL,\\n `description` text DEFAULT NULL,\\n `criteria` text DEFAULT NULL,\\n `indicators` text DEFAULT NULL,\\n `examples` text DEFAULT NULL,\\n `parent_type_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 `updated_at` datetime DEFAULT current_timestamp() ON UPDATE current_timestamp(),\\n PRIMARY KEY (`id`),\\n UNIQUE KEY `code` (`code`),\\n KEY `parent_type_id` (`parent_type_id`),\\n CONSTRAINT `entity_types_ibfk_1` FOREIGN KEY (`parent_type_id`) REFERENCES `entity_types` (`id`)\\n) ENGINE=InnoDB AUTO_INCREMENT=42 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\",\n \"execution_ms\": 0\n}"
}
]
}