Skip to main content
Create a Gmail user label

Tool details

FieldValue
Namegmail__create_label
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Label display name"
    },
    "messageListVisibility": {
      "type": "string",
      "description": "Message list visibility: show or hide"
    },
    "labelListVisibility": {
      "type": "string",
      "description": "Label list visibility"
    },
    "color": {
      "type": "object",
      "description": "Label color object"
    }
  },
  "required": [
    "name"
  ],
  "description": "Input schema for the gmail__create_label tool."
}

Output schema

This tool does not publish an output schema.