{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_describe",
"tool_input": {
"table": "pipeline_runs",
"database": "ki_content",
"show_create": true
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"table\": \"pipeline_runs\",\n \"create_statement\": \"CREATE TABLE `pipeline_runs` (\\n `id` int(11) NOT NULL AUTO_INCREMENT,\\n `pipeline_id` int(11) NOT NULL,\\n `status` enum('pending','running','completed','failed','cancelled') NOT NULL DEFAULT 'pending',\\n `started_at` datetime DEFAULT NULL,\\n `completed_at` datetime DEFAULT NULL,\\n `documents_total` int(11) DEFAULT 0,\\n `documents_processed` int(11) DEFAULT 0,\\n `documents_failed` int(11) DEFAULT 0,\\n `chunks_created` int(11) DEFAULT 0,\\n `error_log` text DEFAULT NULL,\\n `created_at` datetime DEFAULT current_timestamp(),\\n PRIMARY KEY (`id`),\\n KEY `idx_pipeline_status` (`pipeline_id`,`status`),\\n KEY `idx_created` (`created_at`),\\n CONSTRAINT `pipeline_runs_ibfk_1` FOREIGN KEY (`pipeline_id`) REFERENCES `pipeline_configs` (`id`) ON DELETE CASCADE\\n) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\",\n \"execution_ms\": 0\n}"
}
]
}