Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | gmail__list_history |
| Group | Integrations |
{
"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."
}