You're viewing a demo portfolio

Join the waitlist
PRSM

collections_remove_file

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Remove a file from a knowledge collection. The file itself is not deleted — only the collection membership is removed.

Parameters schema

{
  "type": "object",
  "required": [
    "collection_id",
    "file_id"
  ],
  "properties": {
    "file_id": {
      "type": "integer",
      "description": "ID of the file to remove"
    },
    "collection_id": {
      "type": "integer",
      "description": "ID of the collection"
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

io.github.saloprj/dialogbrain

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

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