{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_select",
"tool_input": {
"query": "SELECT id, file_path, status FROM pipeline_queue WHERE status IN ('pending', 'processing') ORDER BY id",
"database": "ki_content"
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"data\": [\n {\n \"id\": 17,\n \"file_path\": \"\/var\/www\/nextcloud\/data\/root\/files\/Documents\/ausbildung_systemisch-change\/250842_CAMPUS_Übungsblätter_KorrPDF.pdf\",\n \"status\": \"processing\"\n },\n {\n \"id\": 18,\n \"file_path\": \"\/var\/www\/nextcloud\/data\/root\/files\/Documents\/ausbildung_systemisch-change\/Change_Ausbildung_Modul 4_Lernunterlagen.pdf\",\n \"status\": \"pending\"\n },\n {\n \"id\": 19,\n \"file_path\": \"\/var\/www\/nextcloud\/data\/root\/files\/Documents\/ausbildung_systemisch-change\/Change Ausbildung_Modul 1_Lernunterlagen.pdf\",\n \"status\": \"pending\"\n }\n ],\n \"row_count\": 3,\n \"error\": null,\n \"execution_ms\": 0\n}"
}
]
}