{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_describe",
"tool_input": {
"table": "pipeline_queue",
"database": "ki_content",
"show_create": true
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"table\": \"pipeline_queue\",\n \"create_statement\": \"CREATE TABLE `pipeline_queue` (\\n `id` int(11) NOT NULL AUTO_INCREMENT,\\n `file_path` varchar(1000) NOT NULL,\\n `action` enum('new','update','delete') DEFAULT 'new',\\n `status` enum('pending','processing','completed','failed') DEFAULT 'pending',\\n `retry_count` int(11) DEFAULT 0,\\n `pipeline_id` int(11) DEFAULT NULL,\\n `run_id` int(11) DEFAULT NULL,\\n `error_message` text DEFAULT NULL,\\n `created_at` datetime DEFAULT current_timestamp(),\\n `updated_at` datetime DEFAULT NULL ON UPDATE current_timestamp(),\\n `started_at` datetime DEFAULT NULL,\\n `completed_at` datetime DEFAULT NULL,\\n PRIMARY KEY (`id`),\\n KEY `idx_status` (`status`),\\n KEY `idx_pipeline` (`pipeline_id`)\\n) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\",\n \"execution_ms\": 1\n}"
}
]
}