get_top_senders
Analyze your Apple Mail inbox to identify frequent senders, helping you filter important contacts or manage newsletter subscriptions.
Instructions
Analyse a mailbox to find the most frequent senders.
Useful for identifying key contacts, high-volume senders to filter, or newsletter sources to unsubscribe from.
Args: account: Account name (e.g., "Gmail", "Work", "Personal") mailbox: Mailbox to analyse (default: "INBOX") days_back: How many days back to look (default: 30, 0 = all time) top_n: Number of top senders to return (default: 10) group_by_domain: Group results by domain instead of individual sender (default: False)
Returns: Ranked list of senders (or domains) with email counts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | ||
| mailbox | No | INBOX | |
| days_back | No | ||
| top_n | No | ||
| group_by_domain | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |