{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_select",
"tool_input": {
"query": "SELECT name, type, description FROM entities ORDER BY type, name LIMIT 25",
"database": "ki_content"
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"data\": [\n {\n \"name\": \"Auftragsklärung\",\n \"type\": \"CONCEPT\",\n \"description\": null\n },\n {\n \"name\": \"Intervention\",\n \"type\": \"CONCEPT\",\n \"description\": null\n },\n {\n \"name\": \"Kontrakt\",\n \"type\": \"CONCEPT\",\n \"description\": null\n },\n {\n \"name\": \"Team\",\n \"type\": \"CONCEPT\",\n \"description\": null\n },\n {\n \"name\": \"Teamcoaching\",\n \"type\": \"CONCEPT\",\n \"description\": null\n },\n {\n \"name\": \"Teamentwicklung\",\n \"type\": \"CONCEPT\",\n \"description\": null\n },\n {\n \"name\": \"Workshop\",\n \"type\": \"CONCEPT\",\n \"description\": null\n }\n ],\n \"row_count\": 7,\n \"error\": null,\n \"execution_ms\": 1\n}"
}
]
}