Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List Gmail drafts
gmail__list_drafts
{ "type": "object", "properties": { "maxResults": { "type": "number", "description": "Maximum number of drafts to return (1-500)" }, "q": { "type": "string", "description": "Gmail search query" }, "pageToken": { "type": "string", "description": "Page token for pagination" } }, "description": "Input schema for the gmail__list_drafts tool." }