Search the archive
search_messagesSearch local email archives for messages by sender, subject, date, or body text. Use filters to narrow body searches before scanning.
Instructions
Search indexed envelopes (from/to/subject/date). query matches sender and subject. body_query additionally full-parses candidate messages to search body text — it is capped, so narrow with sender/date filters first; the result reports how many candidates were scanned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Substring of the sender | |
| path | Yes | Path to an .mbox file (e.g. a Google Takeout export) or a directory of .eml files | |
| after | No | Only messages on/after this date, YYYY-MM-DD | |
| limit | No | Max results | |
| query | No | Keyword matched against sender and subject | |
| before | No | Only messages on/before this date, YYYY-MM-DD | |
| subject | No | Substring of the subject | |
| body_query | No | Substring searched in message bodies (bounded scan) |