{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_describe",
"tool_input": {
"table": "pipeline_configs",
"database": "ki_content",
"show_create": true
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"table\": \"pipeline_configs\",\n \"create_statement\": \"CREATE TABLE `pipeline_configs` (\\n `id` int(11) NOT NULL AUTO_INCREMENT,\\n `name` varchar(100) NOT NULL,\\n `description` text DEFAULT NULL,\\n `is_default` tinyint(1) DEFAULT 0,\\n `source_path` varchar(500) NOT NULL DEFAULT '\/var\/www\/nextcloud\/data\/root\/files\/Documents',\\n `extensions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL CHECK (json_valid(`extensions`)),\\n `created_at` datetime DEFAULT current_timestamp(),\\n `updated_at` datetime DEFAULT current_timestamp() ON UPDATE current_timestamp(),\\n PRIMARY KEY (`id`),\\n UNIQUE KEY `name` (`name`)\\n) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\",\n \"execution_ms\": 0\n}"
}
]
}