collections_add_file
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Add a file to a knowledge collection. The file must be uploaded and indexed first (files_upload + files_ingest). If the file was previously removed, it is re-enabled.
Parameters schema
{
"type": "object",
"required": [
"collection_id",
"file_id"
],
"properties": {
"file_id": {
"type": "integer",
"description": "ID of the file to add (from files_upload)"
},
"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