Skip to main content
Modify labels on a Gmail thread

Tool details

FieldValue
Namegmail__modify_thread_labels
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "threadId": {
      "type": "string",
      "description": "Thread ID"
    },
    "addLabelIds": {
      "type": "array",
      "description": "Label IDs to add"
    },
    "removeLabelIds": {
      "type": "array",
      "description": "Label IDs to remove"
    }
  },
  "required": [
    "threadId"
  ],
  "description": "Input schema for the gmail__modify_thread_labels tool."
}

Output schema

This tool does not publish an output schema.