{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_describe",
"tool_input": {
"table": "pipeline_steps",
"database": "ki_content",
"show_create": true
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"table\": \"pipeline_steps\",\n \"create_statement\": \"CREATE TABLE `pipeline_steps` (\\n `id` int(11) NOT NULL AUTO_INCREMENT,\\n `pipeline_id` int(11) NOT NULL,\\n `step_type` enum('detect','validate','page_split','vision_analyze','extract','structure','segment','chunk','metadata_store','embed','collection_setup','vector_store','index_optimize','entity_extract','relation_extract','taxonomy_build','semantic_analyze','summarize','question_generate','finalize','analyze','knowledge_page','knowledge_section','knowledge_document','knowledge_validate') NOT NULL,\\n `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`config`)),\\n `sort_order` int(11) NOT NULL DEFAULT 0,\\n `enabled` 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 KEY `idx_pipeline_order` (`pipeline_id`,`sort_order`),\\n CONSTRAINT `pipeline_steps_ibfk_1` FOREIGN KEY (`pipeline_id`) REFERENCES `pipeline_configs` (`id`) ON DELETE CASCADE\\n) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\",\n \"execution_ms\": 0\n}"
}
]
}