mail_manage_email_labels
Add or remove labels and flags from emails in Fastmail accounts to organize and categorize messages for better email management.
Instructions
Add or remove keywords/labels on one or more emails.
Supports standard flags ($seen, $flagged, $draft, $answered) and custom keywords. At least one of add or remove must be provided.
Args: email_ids: List of JMAP email IDs to update. add: Keywords to add (e.g. ["$flagged", "myLabel"]). remove: Keywords to remove (e.g. ["$seen"]).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_ids | Yes | ||
| add | No | ||
| remove | No |