Gmail
gmail_update_label
Update a label name, visibility, or color.
Remote node2flow/gmail-mcp
Other tools also called gmail_update_label?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The label ID to update"
},
"name": {
"type": "string",
"description": "New label name"
},
"text_color": {
"type": "string",
"description": "Text color hex (e.g., \"#ffffff\")"
},
"background_color": {
"type": "string",
"description": "Background color hex (e.g., \"#16a765\")"
},
"label_list_visibility": {
"enum": [
"labelShow",
"labelShowIfUnread",
"labelHide"
],
"type": "string",
"description": "Whether this label shows in the label list"
},
"message_list_visibility": {
"enum": [
"show",
"hide"
],
"type": "string",
"description": "Whether messages with this label show in the message list"
}
}
}