You're viewing a demo portfolio

Join the waitlist
PRSM

ai_tags_remove_from_thread

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Remove a specific AI tag from a thread. When to use: - User wants to un-label or remove a specific tag from a conversation - User wants to correct an incorrectly applied tag Provide both thread_id and tag_id.

Parameters schema

{
  "type": "object",
  "required": [
    "thread_id",
    "tag_id"
  ],
  "properties": {
    "tag_id": {
      "type": "integer",
      "description": "ID of the tag to remove"
    },
    "thread_id": {
      "type": "integer",
      "description": "ID of the thread to remove the tag from"
    }
  }
}

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 →