gmail_list_drafts
List draft emails from a Gmail account with pagination support for batch retrieval.
Instructions
List draft emails in a Gmail account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The Gmail address to list drafts for. | ||
| pageToken | No | Pagination token from a previous call's nextPageToken, to fetch the next page of results. | |
| maxResults | No | Maximum number of drafts to return (default: 10). |