mail_search_emails
Search emails using text queries and filters like sender, recipient, subject, or attachment presence to find specific messages in your Fastmail account.
Instructions
Search emails with optional filters. Returns id, subject, from, date.
Args: text: Full-text search query. from_: Filter by sender address. to: Filter by recipient address. subject: Filter by subject text. has_attachment: Filter by attachment presence. limit: Max results (default 20). newest_first: Sort newest first (default True).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| from_ | No | ||
| to | No | ||
| subject | No | ||
| has_attachment | No | ||
| limit | No | ||
| newest_first | No |