email_list_threads
List email conversations in the user's connected mailbox — subjects, participants, dates and a short snippet. Does NOT return message bodies; call email_get_message_body for a specific message when the snippet is not enough. Use search to find threads by subject, sender or snippet text, and folder to scope to inbox, sent, archive or trash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max threads to return. Default 25. | |
| folder | No | Which folder to list. Defaults to everything. | |
| search | No | Match against subject, participant address and snippet. | |
| account | No | Limit to one connected account id. Omit for all. |