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 mailbox history changes
gmail__list_history
{ "type": "object", "properties": { "startHistoryId": { "type": "string", "description": "History ID to start after" }, "maxResults": { "type": "number", "description": "Maximum history records" }, "pageToken": { "type": "string", "description": "Page token for pagination" }, "labelId": { "type": "string", "description": "Only return history for this label" }, "historyTypes": { "type": "array", "items": { "type": "string", "description": "One history type item supplied to the tool." }, "description": "History event types" } }, "required": [ "startHistoryId" ], "description": "Input schema for the gmail__list_history tool." }