{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_insert",
"tool_input": {
"table": "rag_collections",
"data": {
"collection_id": "mail",
"display_name": "E-Mails",
"description": "E-Mail-Archiv",
"vector_size": 1024,
"distance_metric": "Cosine",
"points_count": 0,
"embedding_model": "mxbai-embed-large",
"source_type": "mail",
"is_active": true,
"is_searchable": true,
"sort_order": 2
},
"database": "ki_dev"
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"table\": \"rag_collections\",\n \"inserted_id\": 2,\n \"execution_ms\": 0\n}"
}
]
}