You're viewing a demo portfolio

Join the waitlist
PRSM

collections_unassign_agent

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Remove a knowledge collection from an AI agent. The collection and its files are not deleted — only the agent assignment is removed.

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

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