Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a Gmail user label
| Field | Value |
|---|---|
| Name | gmail__create_label |
| Group | Integrations |
{
"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."
}