google_gmail_modify_labels

Manage Gmail labels by adding or removing them from specific emails using the message ID. Integrates with AI clients for efficient email organization.

Instructions

Add or remove labels from an email

Input Schema

NameRequiredDescriptionDefault
addLabelIdsNoLabels to add to the message
messageIdYesID of the email to modify
removeLabelIdsNoLabels to remove from the message

Input Schema (JSON Schema)

{ "properties": { "addLabelIds": { "description": "Labels to add to the message", "items": { "type": "string" }, "type": "array" }, "messageId": { "description": "ID of the email to modify", "type": "string" }, "removeLabelIds": { "description": "Labels to remove from the message", "items": { "type": "string" }, "type": "array" } }, "required": [ "messageId" ], "type": "object" }
ID: opwf6bop3j