folders_create
ActiveTool of io.github.saloprj/dialogbrain
๐ Create a new inbox folder to organize threads. When to use: - User wants to create a folder to group related conversations - User wants to organize threads by topic, project, or contact type After creating a folder, use threads.update with folder_id to move threads into it.
Parameters schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"icon": {
"type": "string",
"description": "Emoji icon for the folder (max 10 chars, optional)"
},
"name": {
"type": "string",
"description": "Folder name (max 100 chars)"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries