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.
List Gmail threads
gmail__list_threads
{ "type": "object", "properties": { "maxResults": { "type": "number", "description": "Maximum number of threads to return (1-500)" }, "q": { "type": "string", "description": "Gmail search query" }, "labelIds": { "type": "array", "items": { "type": "string", "description": "One label id item supplied to the tool." }, "description": "Only return threads with these label IDs" }, "pageToken": { "type": "string", "description": "Page token for pagination" } }, "description": "Input schema for the gmail__list_threads tool." }