collections_delete
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Delete a knowledge collection. If the collection is assigned to agents, prompts, or channels, pass force=true to delete anyway. CASCADE removes all assignments automatically.
Parameters schema
{
"type": "object",
"required": [
"collection_id"
],
"properties": {
"force": {
"type": "boolean",
"description": "Force delete even if collection is in use. OMIT for the safe default (refuse to delete in-use collections)."
},
"collection_id": {
"type": "integer",
"description": "ID of the collection to delete"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries