{
"event": "PreToolUse",
"tool_name": "mcp__mcp-docs__docs_get",
"tool_input": {
"path": "\/ki-system\/ki-taxonomie"
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"success\": true,\n \"doc\": {\n \"id\": 23,\n \"parent_id\": 16,\n \"slug\": \"ki-taxonomie\",\n \"path\": \"\/ki-system\/ki-taxonomie\",\n \"title\": \"Taxonomie\",\n \"description\": \"Automatische hierarchische Klassifikation von Dokumenten.\",\n \"content\": \"<nav class=\\\"breadcrumb\\\">\\n <a href=\\\"\/docs\\\">Dokumentation<\/a> » <a href=\\\"\/docs\/ki-system\\\">KI-System<\/a> » Taxonomie\\n<\/nav>\\n\\n<h1>Taxonomie<\/h1>\\n<p class=\\\"doc-meta\\\"><strong>Erstellt:<\/strong> 2025-12-20 | <strong>Aktualisiert:<\/strong> 2025-12-20<\/p>\\n\\n<p>Automatische hierarchische Klassifikation von Dokumenten.<\/p>\\n\\n<table>\\n <tr><th>Erstellung<\/th><td>Automatisch aus Dokumenten ableiten<\/td><\/tr>\\n <tr><th>Hierarchie<\/th><td>Dynamisch (so tief wie nötig)<\/td><\/tr>\\n <tr><th>Mehrfachzuordnung<\/th><td>Ja<\/td><\/tr>\\n <tr><th>Verwaltung<\/th><td>Web-UI<\/td><\/tr>\\n<\/table>\\n\\n<h2>Beispiel-Taxonomie<\/h2>\\n<pre><code>Systemische Therapie\\n├── Grundlagen\\n│ ├── Systemtheorie\\n│ ├── Konstruktivismus\\n│ └── Kybernetik\\n├── Methoden\\n│ ├── Zirkuläres Fragen\\n│ ├── Genogramm\\n│ └── Aufstellung\\n├── Anwendungsfelder\\n│ ├── Familientherapie\\n│ ├── Paartherapie\\n│ └── Organisationsberatung\\n└── Personen\\n ├── Begründer\\n └── Zeitgenössisch<\/code><\/pre>\\n\\n<h2>Automatische Ableitung<\/h2>\\n<pre><code>1. LLM analysiert Dokument-Inhalte\\n2. Extrahiert Themen-Cluster\\n3. Erstellt hierarchische Struktur\\n4. Ordnet Dokumente zu\\n5. Benutzer kann anpassen<\/code><\/pre>\\n\\n<h2>Datenbank-Schema<\/h2>\\n<pre><code>taxonomy_terms (\\n id,\\n taxonomy_name, -- \\\"themen\\\", \\\"methoden\\\"\\n term,\\n parent_id,\\n depth,\\n sort_order\\n)\\n\\ndocument_taxonomy (\\n document_id,\\n term_id,\\n confidence\\n)<\/code><\/pre>\\n\\n<h2>LLM-Klassifikation<\/h2>\\n<pre><code>Ordne das folgende Dokument in die Taxonomie ein.\\nMehrfachzuordnung ist erlaubt.\\n\\nDokument: {document_summary}\\n\\nTaxonomie:\\n{taxonomy_tree}\\n\\nAusgabeformat JSON:\\n{\\n \\\"assignments\\\": [\\n {\\\"term_id\\\": 42, \\\"confidence\\\": 0.85},\\n {\\\"term_id\\\": 17, \\\"confidence\\\": 0.72}\\n ]\\n}<\/code><\/pre>\\n\\n<h2>Confidence-Schwellwert<\/h2>\\n<p>Minimum: 0.5 für automatische Zuordnung<\/p>\\n\\n<h2>Web-UI Features<\/h2>\\n<ul>\\n <li>Hierarchie bearbeiten (Drag & Drop)<\/li>\\n <li>Terme hinzufügen\/umbenennen<\/li>\\n <li>Dokumente zuordnen\/entfernen<\/li>\\n <li>Statistiken pro Term<\/li>\\n<\/ul>\",\n \"status\": \"published\",\n \"sort_order\": 7,\n \"depth\": 1,\n \"created_at\": \"2025-12-20T11:13:58\",\n \"updated_at\": \"2025-12-27T15:58:19\"\n }\n}"
}
]
}