{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_describe",
"tool_input": {
"table": "chat_sessions",
"database": "ki_content",
"show_create": true
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"table\": \"chat_sessions\",\n \"create_statement\": \"CREATE TABLE `chat_sessions` (\\n `id` int(11) NOT NULL AUTO_INCREMENT,\\n `uuid` varchar(36) DEFAULT NULL,\\n `session_token` varchar(64) DEFAULT NULL,\\n `user_id` int(11) DEFAULT NULL,\\n `persona_id` int(11) DEFAULT NULL,\\n `created_at` datetime DEFAULT current_timestamp(),\\n `last_activity` datetime DEFAULT current_timestamp(),\\n `model` varchar(100) DEFAULT 'claude-opus-4-5-20251101',\\n `context_limit` int(11) DEFAULT 5,\\n `temperature` decimal(3,2) DEFAULT 0.70,\\n `max_tokens` int(11) DEFAULT 4096,\\n `title` varchar(255) DEFAULT 'Neuer Chat',\\n `author_profile_id` int(11) DEFAULT 0,\\n `system_prompt_id` int(11) DEFAULT 1,\\n `updated_at` datetime DEFAULT current_timestamp() ON UPDATE current_timestamp(),\\n `collections` text DEFAULT '[\\\"documents\\\"]',\\n PRIMARY KEY (`id`),\\n UNIQUE KEY `session_token` (`session_token`),\\n UNIQUE KEY `idx_uuid` (`uuid`),\\n KEY `persona_id` (`persona_id`),\\n KEY `idx_token` (`session_token`),\\n KEY `fk_sessions_profile` (`author_profile_id`),\\n CONSTRAINT `fk_sessions_profile` FOREIGN KEY (`author_profile_id`) REFERENCES `content_config` (`id`) ON DELETE SET NULL\\n) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\",\n \"execution_ms\": 0\n}"
}
]
}