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.
Search Gmail messages and return summaries with IDs, sender, recipient, subject, date, snippet, labels, and pagination tokens.
gmail__search_emails
{ "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." }