Skip to main content
Search Gmail messages and return summaries with IDs, sender, recipient, subject, date, snippet, labels, and pagination tokens.

Tool details

FieldValue
Namegmail__search_emails
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "q": {
      "type": "string",
      "description": "Gmail search query"
    },
    "maxResults": {
      "type": "number",
      "description": "Maximum number of message summaries to return (1-50)"
    },
    "pageToken": {
      "type": "string",
      "description": "Page token for pagination"
    }
  },
  "required": [
    "q"
  ],
  "description": "Input schema for the gmail__search_emails tool."
}

Output schema

This tool does not publish an output schema.