You're viewing a demo portfolio

Join the waitlist
PRSM

collections_create

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Create a named knowledge collection. Collections group files for RAG search. After creating, add files with collections.add_file and assign to agents with collections.assign_agent.

Parameters schema

{
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "maximum": 255,
      "minimum": 1,
      "description": "Collection name (must be unique per user)"
    },
    "description": {
      "type": "string",
      "description": "Optional description 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_create — io.github.saloprj/dialogbrain — PRSM MCP