You're viewing a demo portfolio

Join the waitlist
PRSM

files_delete

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

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)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →
files_delete — io.github.saloprj/dialogbrain — PRSM MCP