gmail_create_label
Create a new Gmail label with optional color and visibility settings, supporting nested names using slashes. Works across multiple Google accounts.
Instructions
Create a new Gmail label with optional color and visibility settings. Requires full scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Label name (use "/" for nesting, e.g., "Work/Projects") | |
| accountId | Yes | The Google account ID, alias, or email | |
| textColor | No | Text color hex (e.g., "#ffffff") | |
| backgroundColor | No | Background color hex (e.g., "#16a765") | |
| labelListVisibility | No | Whether to show label in label list | |
| messageListVisibility | No | Whether to show label in message list |