{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_describe",
"tool_input": {
"table": "audit_log",
"database": "ki_dev",
"show_create": true
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"table\": \"audit_log\",\n \"create_statement\": \"CREATE TABLE `audit_log` (\\n `id` bigint(20) NOT NULL AUTO_INCREMENT,\\n `correlation_id` varchar(32) NOT NULL,\\n `event` varchar(100) NOT NULL,\\n `entity_type` varchar(50) DEFAULT NULL,\\n `entity_id` int(11) DEFAULT NULL,\\n `context` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`context`)),\\n `level` enum('debug','info','warning','error') DEFAULT 'info',\\n `user_id` int(11) DEFAULT NULL,\\n `ip_address` varchar(45) DEFAULT NULL,\\n `created_at` datetime NOT NULL DEFAULT current_timestamp(),\\n PRIMARY KEY (`id`),\\n KEY `idx_correlation` (`correlation_id`),\\n KEY `idx_event` (`event`),\\n KEY `idx_entity` (`entity_type`,`entity_id`),\\n KEY `idx_created` (`created_at`),\\n KEY `idx_level` (`level`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\",\n \"execution_ms\": 0\n}"
}
]
}