gmail_search
Search Gmail messages in a specific account using Gmail query syntax, with optional result limits. Returns matching messages without attachment details; use message read to view attachments.
Instructions
Search Gmail messages on one account. Results do not include attachment info (fetched with format: metadata, which never populates the MIME parts tree) — use gmail_read_message on a specific message to see its attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Gmail search query, e.g. from:alice@example.com newer_than:7d. | |
| account | Yes | Configured Gmail account alias, e.g. work, personal, support. | |
| maxResults | No |