Skip to main content
Archive an email

Tool details

FieldValue
Namegmail__archive_email
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "messageId": {
      "type": "string",
      "description": "Email message ID"
    },
    "removeLabelIds": {
      "type": "array",
      "description": "Label IDs to remove, use INBOX"
    }
  },
  "required": [
    "messageId"
  ],
  "description": "Input schema for the gmail__archive_email tool."
}

Output schema

This tool does not publish an output schema.