Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List Gmail drafts
| Field | Value |
|---|---|
| Name | gmail__list_drafts |
| Group | Integrations |
{
"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."
}