classify_email
Categorize emails, assign priority, and flag action-required messages with tags to streamline inbox triage.
Instructions
Classify an email by category and priority using the configured local AI model. Returns JSON with: category (string), priority (high/medium/low), action_required (boolean), tags (string[]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_ref | Yes | Composite message reference from list_emails or search_emails. |