collections_remove_file
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries