list_drafts
Retrieve and organize email drafts in Gmail by specifying search queries, limiting results, and including spam/trash or HTML body content.
Instructions
List drafts in the user's mailbox
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeBodyHtml | No | Whether to include the parsed HTML in the return for each body, excluded by default because they can be excessively large | |
includeSpamTrash | No | Include drafts from SPAM and TRASH in the results | |
maxResults | No | Maximum number of drafts to return. Accepts values between 1-500 | |
q | No | Only return drafts matching the specified query. Supports the same query format as the Gmail search box |