Skip to main content
Modify labels on multiple emails

Tool details

FieldValue
Namegmail__batch_modify_emails
GroupIntegrations

Playground

Input schema

Input schema
{
  "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."
}

Output schema

This tool does not publish an output schema.