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.
Modify labels on multiple emails
| Field | Value |
|---|---|
| Name | gmail__batch_modify_emails |
| Group | Integrations |
{
"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."
}