search_threads
Search Gmail threads using Gmail search syntax like 'from:bob newer_than:7d has:attachment'. Returns thread IDs and snippets in one API call.
Instructions
Search Gmail threads in a connected account using Gmail search syntax (e.g. "from:bob newer_than:7d has:attachment"). Returns thread ids + snippets in one API call. Use get_thread for full content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | A connected account ref (see list_accounts). | |
| query | No | Gmail search query. Empty = latest threads. | |
| max_results | No | ||
| page_token | No |