Skip to main content
List Gmail drafts

Tool details

FieldValue
Namegmail__list_drafts
GroupIntegrations

Playground

Input schema

Input schema
{
  "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."
}

Output schema

This tool does not publish an output schema.