You're viewing a demo portfolio

Join the waitlist
PRSM

collections_assign_agent

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Assign a knowledge collection to an AI agent. Once assigned, the agent's knowledge.query will automatically scope RAG search to files in its assigned collections.

Parameters schema

{
  "type": "object",
  "required": [
    "collection_id",
    "agent_id"
  ],
  "properties": {
    "agent_id": {
      "type": "integer",
      "description": "ID of the AI agent"
    },
    "collection_id": {
      "type": "integer",
      "description": "ID of the collection to assign"
    }
  }
}

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