{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_insert",
"tool_input": {
"table": "prompts",
"data": {
"name": "semantic_analysis",
"version": "1.0",
"use_case": "semantic_analysis",
"is_active": 1,
"content": "Analysiere den folgenden Textabschnitt und extrahiere semantische Informationen.\n\nText:\n{text}\n\nExtrahiere:\n1. Hauptthemen (max. 5)\n2. Kernaussagen (max. 3)\n3. Sentiment (positiv\/neutral\/negativ)\n4. Komplexität (einfach\/mittel\/komplex)\n\nAntworte im JSON-Format:\n{\n \"topics\": [\"Thema1\", \"Thema2\"],\n \"key_points\": [\"Aussage1\", \"Aussage2\"],\n \"sentiment\": \"neutral\",\n \"complexity\": \"mittel\"\n}"
},
"database": "ki_content"
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"table\": \"prompts\",\n \"inserted_id\": 14,\n \"execution_ms\": 1\n}"
}
]
}