Google Super
GOOGLESUPER_CREATE_LABEL
Creates a new label with a unique name in the specified user's Gmail account.
Remote googlesuper
Other tools also called GOOGLESUPER_CREATE_LABEL?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"user_id": {
"type": "string",
"title": "User Id",
"default": "me",
"examples": [
"me",
"[email protected]"
],
"description": "The email address of the user in whose account the label will be created."
},
"label_name": {
"type": "string",
"title": "Label Name",
"examples": [
"Work",
"Important Documents",
"Receipts 2024"
],
"description": "The name for the new label. Must be unique within the account, non-blank, maximum length 225 characters, cannot contain ',', '/', or '.' (period), not only whitespace, and must not be a reserved system label (e.g., INBOX, SENT, DRAFT, SPAM, TRASH, ALL_MAIL, CATEGORY_*)."
},
"text_color": {
"enum": [
"#000000",
"#434343",
"#666666",
"#999999",
"#cccccc",
"#efefef",
"#f3f3f3",
"#ffffff",
"#fb4c2f",
"#ffad47",
"#fad165",
"#16a766",
"#43d692",
"#4a86e8",
"#a479e2",
"#f691b3",
"#f6c5be",
"#ffe6c7",
"#fef1d1",
"#b9e4d0",
"#c6f3de",
"#c9daf8",
"#e4d7f5",
"#fcdee8",
"#efa093",
"#ffd6a2",
"#fce8b3",
"#89d3b2",
"#a0eac9",
"#a4c2f4",
"#d0bcf1",
"#fbc8d9",
"#e66550",
"#ffbc6b",
"#fcda83",
"#44b984",
"#68dfa9",
"#6d9eeb",
"#b694e8",
"#f7a7c0",
"#cc3a21",
"#eaa041",
"#f2c960",
"#149e60",
"#3dc789",
"#3c78d8",
"#8e63ce",
"#e07798",
"#ac2b16",
"#cf8933",
"#d5ae49",
"#0b804b",
"#2a9c68",
"#285bac",
"#653e9b",
"#b65775",
"#464646",
"#e7e7e7",
"#0d3472",
"#b6cff5",
"#0d3b44",
"#98d7e4",
"#3d188e",
"#e3d7ff",
"#711a36",
"#fbd3e0",
"#8a1c0a",
"#f2b2a8",
"#7a2e0b",
"#ffc8af",
"#7a4706",
"#ffdeb5",
"#594c05",
"#fbe983",
"#684e07",
"#fdedc1",
"#0b4f30",
"#b3efd3",
"#04502e",
"#a2dcc1",
"#c2c2c2",
"#4986e7",
"#2da2bb",
"#b99aff",
"#994a64",
"#f691b2",
"#ff7537",
"#ffad46",
"#662e37",
"#cca6ac",
"#094228",
"#42d692",
"#076239",
"#16a765",
"#1a764d",
"#1c4587",
"#41236d",
"#822111",
"#83334c",
"#a46a21",
"#aa8831",
"#ebdbde"
],
"type": "string",
"title": "GmailLabelColor",
"default": null,
"examples": [
"#000000",
"#ffffff",
"#aa8831"
],
"nullable": true,
"description": "Text color for the label. Must be selected from Gmail's predefined color palette of over 100 colors (not arbitrary hex values). If setting a color, both text_color and background_color must be provided. See the official Color field documentation for the full palette: https://developers.google.com/workspace/gmail/api/reference/rest/v1/users.labels#Color"
},
"background_color": {
"enum": [
"#000000",
"#434343",
"#666666",
"#999999",
"#cccccc",
"#efefef",
"#f3f3f3",
"#ffffff",
"#fb4c2f",
"#ffad47",
"#fad165",
"#16a766",
"#43d692",
"#4a86e8",
"#a479e2",
"#f691b3",
"#f6c5be",
"#ffe6c7",
"#fef1d1",
"#b9e4d0",
"#c6f3de",
"#c9daf8",
"#e4d7f5",
"#fcdee8",
"#efa093",
"#ffd6a2",
"#fce8b3",
"#89d3b2",
"#a0eac9",
"#a4c2f4",
"#d0bcf1",
"#fbc8d9",
"#e66550",
"#ffbc6b",
"#fcda83",
"#44b984",
"#68dfa9",
"#6d9eeb",
"#b694e8",
"#f7a7c0",
"#cc3a21",
"#eaa041",
"#f2c960",
"#149e60",
"#3dc789",
"#3c78d8",
"#8e63ce",
"#e07798",
"#ac2b16",
"#cf8933",
"#d5ae49",
"#0b804b",
"#2a9c68",
"#285bac",
"#653e9b",
"#b65775",
"#464646",
"#e7e7e7",
"#0d3472",
"#b6cff5",
"#0d3b44",
"#98d7e4",
"#3d188e",
"#e3d7ff",
"#711a36",
"#fbd3e0",
"#8a1c0a",
"#f2b2a8",
"#7a2e0b",
"#ffc8af",
"#7a4706",
"#ffdeb5",
"#594c05",
"#fbe983",
"#684e07",
"#fdedc1",
"#0b4f30",
"#b3efd3",
"#04502e",
"#a2dcc1",
"#c2c2c2",
"#4986e7",
"#2da2bb",
"#b99aff",
"#994a64",
"#f691b2",
"#ff7537",
"#ffad46",
"#662e37",
"#cca6ac",
"#094228",
"#42d692",
"#076239",
"#16a765",
"#1a764d",
"#1c4587",
"#41236d",
"#822111",
"#83334c",
"#a46a21",
"#aa8831",
"#ebdbde"
],
"type": "string",
"title": "GmailLabelColor",
"default": null,
"examples": [
"#4a86e8",
"#43d692"
],
"nullable": true,
"description": "Background color for the label. Must be selected from Gmail's predefined color palette of over 100 colors (not arbitrary hex values). If setting a color, both background_color and text_color must be provided. See the official Color field documentation for the full palette: https://developers.google.com/workspace/gmail/api/reference/rest/v1/users.labels#Color"
},
"label_list_visibility": {
"type": "string",
"title": "Label List Visibility",
"default": "labelShow",
"examples": [
"labelShow",
"labelShowIfUnread",
"labelHide"
],
"description": "Controls how the label is displayed in the label list in the Gmail sidebar."
},
"message_list_visibility": {
"type": "string",
"title": "Message List Visibility",
"default": "show",
"examples": [
"show",
"hide"
],
"description": "Controls how messages with this label are displayed in the message list."
}
}
}