ai_tags_update
ActiveTool of io.github.saloprj/dialogbrain
Update an existing personal AI tag's name, description, icon, color, or active state. When to use: - User wants to rename a tag - User wants to change a tag's icon, color, or description - User wants to enable or disable a tag Provide only the fields you want to change. At least one field is required.
Parameters schema
{
"type": "object",
"required": [
"tag_id"
],
"properties": {
"icon": {
"type": "string",
"description": "New emoji icon (max 10 chars, optional)"
},
"name": {
"type": "string",
"description": "New tag name (max 100 chars, optional)"
},
"color": {
"enum": [
"amber",
"blue",
"green",
"purple",
"red",
"slate",
"yellow"
],
"type": "string",
"description": "New color key. Allowed: amber, blue, green, red, purple, yellow, slate. OMIT to leave the color unchanged."
},
"tag_id": {
"type": "integer",
"description": "ID of the tag to update"
},
"is_active": {
"type": "boolean",
"description": "Enable (true) or disable (false) the tag. OMIT to leave the active flag unchanged."
},
"description": {
"type": "string",
"description": "New LLM hint (max 500 chars; empty string clears it, optional)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries