ai_tags_add_to_thread
ActiveTool of io.github.saloprj/dialogbrain
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"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries