ai_tags_remove_from_thread
ActiveTool of io.github.saloprj/dialogbrain
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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries