You're viewing a demo portfolio

Join the waitlist
PRSM

collections_delete

Active

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

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 →