Gmail
gmail_modify_thread
Add or remove labels on all messages in a thread.
Remote node2flow/gmail-mcp
Other tools also called gmail_modify_thread?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The thread ID to modify"
},
"add_label_ids": {
"type": "array",
"items": {
"type": "string"
},
"description": "Label IDs to add to all messages in the thread"
},
"remove_label_ids": {
"type": "array",
"items": {
"type": "string"
},
"description": "Label IDs to remove from all messages in the thread"
}
}
}