applyGmailMessageLabels
Add or remove labels on any Gmail message, including drafts and sent emails, by specifying the message ID and label IDs to modify.
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 |