untrash_thread
Restore a deleted email thread from the trash in Gmail using this tool by specifying the thread ID. Simplify email management and recover important conversations efficiently.
Instructions
Remove a thread from the trash
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The ID of the thread to remove from trash |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"id": {
"description": "The ID of the thread to remove from trash",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}