collections_list_files
ActiveTool of io.github.saloprj/dialogbrain
List all files in a knowledge collection with their indexing status and chunk counts. Each returned file has a `file_id` (integer) that can be passed to messages.send as `attachments=[file_id]` to send the file to a contact, or to files.read to read its text content.
Parameters schema
{
"type": "object",
"required": [
"collection_id"
],
"properties": {
"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