search_all_accounts
Search across all email accounts at once and get consolidated results sorted by date. Filter by subject, sender, or time range to find emails quickly.
Instructions
Search across ALL email accounts at once.
Returns consolidated results sorted by date (newest first). Only searches INBOX mailboxes (skips Trash, Junk, Drafts, Sent).
Args: subject_keyword: Optional keyword to search in subject sender: Optional sender email or name to filter by days_back: Number of days to look back (default: 7, 0 = all time) max_results: Maximum total results across all accounts (default: 30) include_content: Whether to include email content preview (default: True) max_content_length: Maximum content length in characters (default: 400)
Returns: Formatted list of matching emails with account name for each
User Preferences: {"workflow": "default", "notifications": "enabled"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sender | No | ||
| days_back | No | ||
| max_results | No | ||
| include_content | No | ||
| subject_keyword | No | ||
| max_content_length | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |