{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_describe",
"tool_input": {
"table": "pipeline_log",
"database": "ki_dev",
"show_create": true
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"table\": \"pipeline_log\",\n \"create_statement\": \"CREATE TABLE `pipeline_log` (\\n `id` int(11) NOT NULL AUTO_INCREMENT,\\n `document_id` int(11) DEFAULT NULL,\\n `task_id` int(11) DEFAULT NULL,\\n `level` enum('DEBUG','INFO','WARNING','ERROR') DEFAULT 'INFO',\\n `message` text DEFAULT NULL,\\n `context` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`context`)),\\n `created_at` datetime DEFAULT current_timestamp(),\\n PRIMARY KEY (`id`),\\n KEY `idx_level` (`level`),\\n KEY `idx_created` (`created_at`),\\n KEY `idx_document` (`document_id`)\\n) ENGINE=InnoDB AUTO_INCREMENT=8576 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\",\n \"execution_ms\": 1\n}"
}
]
}