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.
Modify labels on multiple emails
gmail__batch_modify_emails
{ "type": "object", "properties": { "ids": { "type": "array", "description": "Email message IDs" }, "addLabelIds": { "type": "array", "description": "Label IDs to add" }, "removeLabelIds": { "type": "array", "description": "Label IDs to remove" } }, "required": [ "ids" ], "description": "Input schema for the gmail__batch_modify_emails tool." }