gmail_list_history
Track Gmail mailbox changes by listing history from a specific history ID, with optional filters for label, event types, and pagination.
Instructions
List mailbox change history starting from a given history ID (from profile or message)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labelId | No | Filter history to this label ID only | |
| pageToken | No | Page token for pagination | |
| maxResults | No | Max history records (default 50) | |
| historyTypes | No | Comma-separated types: messageAdded, messageDeleted, labelAdded, labelRemoved | |
| startHistoryId | Yes | History ID to start from (get from gmail_profile or message historyId) |