Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
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
gmail__create_label
{ "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." }