collections_unassign_agent
ActiveTool 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"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries