folders_delete
ActiveTool of io.github.saloprj/dialogbrain
๐๏ธ Delete an inbox folder. Threads inside become unfiled (not deleted). When to use: - User wants to remove a folder they no longer need - User wants to clean up their inbox organization Threads inside the folder are NOT deleted โ they simply move back to the inbox.
Parameters schema
{
"type": "object",
"required": [
"folder_id"
],
"properties": {
"folder_id": {
"type": "integer",
"description": "ID of the folder to delete"
}
}
}No endpoints wrapped at confidence โฅ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries