Skip to main content
Glama

GMail Manager MCP

batch_apply_labels

Apply multiple labels to selected emails simultaneously to organize your Gmail inbox efficiently.

Instructions

Apply labels to multiple emails at once

Input Schema

NameRequiredDescriptionDefault
labelIdsYesArray of label IDs to apply
messageIdsYesArray of email message IDs

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "labelIds": { "description": "Array of label IDs to apply", "items": { "type": "string" }, "type": "array" }, "messageIds": { "description": "Array of email message IDs", "items": { "type": "string" }, "type": "array" } }, "required": [ "messageIds", "labelIds" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/muammar-yacoob/GMail-Manager-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server