search_email_content
Search email body and subject for specified text to locate relevant messages. Use when subject-only search yields insufficient results.
Instructions
Search email body content (and optionally subject). This is slower than subject-only search but finds more relevant results.
Args: account: Account name to search in search_text: Text to search for in email content mailbox: Mailbox to search (default: "INBOX") search_subject: Also search in subject line (default: True) search_body: Search in email body (default: True) max_results: Maximum results to return (default: 10, keep low as this is slow) max_content_length: Max content preview length (default: 600)
Returns: Emails where the search text appears in body and/or subject
User Preferences: {"workflow": "default", "notifications": "enabled"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | ||
| mailbox | No | INBOX | |
| max_results | No | ||
| search_body | No | ||
| search_text | Yes | ||
| search_subject | No | ||
| max_content_length | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |