{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_describe",
"tool_input": {
"table": "taxonomy_terms",
"database": "ki_content",
"show_create": true
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"table\": \"taxonomy_terms\",\n \"create_statement\": \"CREATE TABLE `taxonomy_terms` (\\n `id` int(11) NOT NULL AUTO_INCREMENT,\\n `name` varchar(255) NOT NULL,\\n `slug` varchar(255) NOT NULL,\\n `parent_id` int(11) DEFAULT NULL,\\n `description` text DEFAULT NULL,\\n `depth` int(11) DEFAULT 0,\\n `path` varchar(1000) DEFAULT NULL,\\n `created_at` datetime DEFAULT current_timestamp(),\\n PRIMARY KEY (`id`),\\n UNIQUE KEY `unique_slug` (`slug`),\\n KEY `idx_parent` (`parent_id`),\\n KEY `idx_path` (`path`(255)),\\n CONSTRAINT `taxonomy_terms_ibfk_1` FOREIGN KEY (`parent_id`) REFERENCES `taxonomy_terms` (`id`) ON DELETE SET NULL\\n) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci\",\n \"execution_ms\": 0\n}"
}
]
}