mail_search
Search emails in Gmail using standard Gmail search syntax. Returns email details including sender, subject, date, and snippet.
Instructions
Search emails in Hermes's Gmail using Gmail search syntax.
Supports the same operators as the Gmail search bar (e.g., from:alice,
subject:invoice, after:2026/04/01).
Returns a list of dicts, each with keys: id, thread_id, sender,
subject, date, snippet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No | Max results (1-100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |