{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_update",
"tool_input": {
"table": "prompts",
"data": {
"content": "AUFGABE: Extrahiere Entitäten aus dem Text.\n\nSTRIKTESTE REGEL: Ein Begriff wird NUR aufgenommen wenn er EXAKT SO im Text steht.\n- \"Systemisches Coaching\" ✓ (steht so im Text)\n- \"Systemisches-Coaching\" ✗ (Bindestrich nicht im Text)\n- \"angedachte Modelle\" ✗ (steht als \"»angedachte« Modelle\")\n\nKATEGORIEN:\n- persons: Vor- und Nachnamen\n- roles: Coach, Klient, etc.\n- theories: Benannte Schulen\/Ansätze\n- models: Benannte Prozesse\/Frameworks\n- concepts: Fachbegriffe (Lösung, Ziel, etc.)\n- artifacts: Benannte Werkzeuge\/Dokumente\n- metaphors: Bildhafte Ausdrücke\n\nSTOPWORDS ignorieren: Aspekte, Wissen, Fragen, Ebenen, Denken, Handeln, Situation, Zeit, Seiten\n\nFormat: {\"persons\":[], \"roles\":[], \"theories\":[], \"models\":[], \"concepts\":[], \"artifacts\":[], \"metaphors\":[]}\n\nText:\n{text}"
},
"where": {
"name": "entity_extraction"
},
"database": "ki_dev"
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"table\": \"prompts\",\n \"affected_rows\": 1,\n \"execution_ms\": 0\n}"
}
]
}