{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_describe",
"tool_input": {
"table": "entity_synonyms",
"database": "ki_content",
"show_create": true
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"table\": \"entity_synonyms\",\n \"create_statement\": \"CREATE TABLE `entity_synonyms` (\\n `id` int(11) NOT NULL AUTO_INCREMENT,\\n `entity_id` int(11) NOT NULL,\\n `synonym` varchar(255) NOT NULL,\\n PRIMARY KEY (`id`),\\n KEY `entity_id` (`entity_id`),\\n KEY `idx_synonym` (`synonym`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci\",\n \"execution_ms\": 0\n}"
}
]
}