applyGmailMessageLabels
Add or remove labels on any Gmail message by specifying its ID and the label IDs to apply or remove.
Instructions
Adds or removes labels from a Gmail message. This can be used to label drafts, sent emails, or any existing message in the user's Gmail account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messageId | Yes | The unique identifier of the message to modify | |
| addLabelIds | No | Array of label IDs to add to the message | |
| removeLabelIds | No | Array of label IDs to remove from the message |