modify_email
Update email labels in Gmail to mark read/unread, move to folders, or archive.
Instructions
Add or remove labels from an email (mark read/unread, move to folder, archive, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messageId | Yes | The message ID to modify | |
| addLabelIds | No | Labels to add (e.g., ['IMPORTANT', 'Label_123']) | |
| removeLabelIds | No | Labels to remove (e.g., ['UNREAD', 'INBOX']) |