You're viewing a demo portfolio

Join the waitlist
PRSM

folders_create

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

๐Ÿ“ 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)"
    }
  }
}

What this tool wrapsยท 2 endpoints

min confidence0.700.50

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server โ†’