Skip to main content
Remove an email from trash

Tool details

FieldValue
Namegmail__untrash_email
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "messageId": {
      "type": "string",
      "description": "Email message ID"
    }
  },
  "required": [
    "messageId"
  ],
  "description": "Input schema for the gmail__untrash_email tool."
}

Output schema

This tool does not publish an output schema.