files_delete
ActiveTool of io.github.saloprj/dialogbrain
Permanently delete files from this workspace by their IDs (generated documents, uploads, screenshots, etc.). IRREVERSIBLE: removes the DB record, detaches every reference (knowledge collections, thread pins, message attachments), and deletes the stored blob. There is no undo. Use to clean up leftover / superseded generated files. Only files that belong to this workspace are touched; unknown or other-workspace ids are returned under `not_found`. Max 20 per call.
Parameters schema
{
"type": "object",
"required": [
"file_ids"
],
"properties": {
"file_ids": {
"type": "array",
"items": {
"type": "integer"
},
"description": "List of file IDs to permanently delete (max 20)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries