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.
Update a Gmail user label
gmail__update_label
{ "type": "object", "properties": { "labelId": { "type": "string", "description": "Label ID" }, "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": [ "labelId", "name" ], "description": "Input schema for the gmail__update_label tool." }