{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_delete",
"tool_input": {
"table": "documents",
"where": {
"1": "1"
},
"database": "ki_content",
"confirm_delete_all": true
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"error\",\n \"error\": \"1451 (23000): Cannot delete or update a parent row: a foreign key constraint fails (`ki_content`.`document_pages`, CONSTRAINT `document_pages_ibfk_1` FOREIGN KEY (`document_id`) REFERENCES `documents`\",\n \"execution_ms\": 0\n}"
}
]
}