collections_assign_agent
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries