Skip to main content
Permanently delete a Gmail draft

Tool details

FieldValue
Namegmail__delete_draft
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "draftId": {
      "type": "string",
      "description": "Draft ID"
    }
  },
  "required": [
    "draftId"
  ],
  "description": "Input schema for the gmail__delete_draft tool."
}

Output schema

This tool does not publish an output schema.