Gmail
gmail_batch_delete
Permanently delete multiple messages at once. Maximum 1000 IDs per request. Irreversible.
Remote node2flow/gmail-mcp
Other tools also called gmail_batch_delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"ids": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of message IDs to permanently delete (max 1000)"
}
}
}