google_gmail_list_emails

Retrieve and filter emails from specified Gmail labels or folders using search queries and set maximum results for efficient email management on the Google MCP server.

Instructions

List emails from a specific label or folder

Input Schema

NameRequiredDescriptionDefault
labelIdsNoLabel IDs to filter messages (e.g., 'INBOX', 'SENT')
maxResultsNoMaximum number of emails to return
queryNoSearch query to filter emails

Input Schema (JSON Schema)

{ "properties": { "labelIds": { "description": "Label IDs to filter messages (e.g., 'INBOX', 'SENT')", "items": { "type": "string" }, "type": "array" }, "maxResults": { "description": "Maximum number of emails to return", "type": "number" }, "query": { "description": "Search query to filter emails", "type": "string" } }, "type": "object" }
ID: opwf6bop3j