Skip to main content
Search emails by query

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 results"
    },
    "end_user_id": {
      "type": "string",
      "description": "End-user ID for per-user OAuth token resolution"
    }
  },
  "required": [
    "q"
  ],
  "description": "Input schema for the gmail:search-emails tool."
}

Output schema

This tool does not publish an output schema.