extract_contacts
Scan recent emails to extract unique contacts sorted by frequency. Identify frequent correspondents and build an address book.
Instructions
Extract unique contacts from recent email headers. Returns contacts sorted by frequency (most frequent first). Useful for finding frequent correspondents or building an address book.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of recent emails to scan (default: 100, max: 500) | |
| account | Yes | Account name from list_accounts | |
| mailbox | No | Mailbox to scan (default: INBOX) |