You're viewing a demo portfolio

Join the waitlist
PRSM

ai_tags_add_to_thread

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Apply one or more AI tags to a thread (manually). When to use: - User wants to label a conversation with one or more tags - User asks to categorize or tag a thread Provide the thread_id (integer) and an array of tag_ids to apply. If a tag is already applied it will be updated to is_manual=true.

Parameters schema

{
  "type": "object",
  "required": [
    "thread_id",
    "tag_ids"
  ],
  "properties": {
    "tag_ids": {
      "type": "array",
      "items": {
        "type": "integer"
      },
      "description": "Array of tag IDs to apply (1–20 IDs)"
    },
    "thread_id": {
      "type": "integer",
      "description": "ID of the thread to tag"
    }
  }
}

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 →