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.
Remove a Gmail thread from trash
| Field | Value |
|---|---|
| Name | gmail__untrash_thread |
| Group | Integrations |
{
"type": "object",
"properties": {
"threadId": {
"type": "string",
"description": "Thread ID"
}
},
"required": [
"threadId"
],
"description": "Input schema for the gmail__untrash_thread tool."
}