{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_describe",
"tool_input": {
"table": "entity_taxonomy_mapping",
"database": "ki_content",
"show_create": true
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"table\": \"entity_taxonomy_mapping\",\n \"create_statement\": \"CREATE TABLE `entity_taxonomy_mapping` (\\n `id` int(11) NOT NULL AUTO_INCREMENT,\\n `entity_id` int(11) NOT NULL,\\n `taxonomy_term_id` int(11) NOT NULL,\\n `confidence` float DEFAULT 1,\\n `source_type` enum('page','section','document') DEFAULT 'page',\\n `source_id` int(11) DEFAULT NULL,\\n `model_used` varchar(100) DEFAULT NULL,\\n `validated` tinyint(1) DEFAULT 0,\\n `created_at` datetime DEFAULT current_timestamp(),\\n PRIMARY KEY (`id`),\\n UNIQUE KEY `uk_entity_term` (`entity_id`,`taxonomy_term_id`),\\n KEY `idx_entity` (`entity_id`),\\n KEY `idx_term` (`taxonomy_term_id`),\\n CONSTRAINT `entity_taxonomy_mapping_ibfk_2` FOREIGN KEY (`taxonomy_term_id`) REFERENCES `taxonomy_terms` (`id`) ON DELETE CASCADE\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Zuordnung Entitäten zu Taxonomie-Kategorien'\",\n \"execution_ms\": 0\n}"
}
]
}