You're viewing a demo portfolio

Join the waitlist
PRSM

collections_add_file

Active

Tool 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"
    }
  }
}

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 →
collections_add_file — io.github.saloprj/dialogbrain — PRSM MCP