Skip to main content
Glama

MCP Email Service

by leeguooooo
3
  • Apple
  • Linux

batch_move_to_trash

Move multiple emails to the trash folder in one go using this tool. Define email IDs, source folder, and trash folder name for bulk email cleanup on MCP Email Service.

Instructions

Move multiple emails to trash folder in batch

Input Schema

NameRequiredDescriptionDefault
email_idsYesList of email IDs to move to trash
folderNoSource email folderINBOX
trash_folderNoTrash folder nameTrash

Input Schema (JSON Schema)

{ "properties": { "email_ids": { "description": "List of email IDs to move to trash", "items": { "type": "string" }, "type": "array" }, "folder": { "default": "INBOX", "description": "Source email folder", "type": "string" }, "trash_folder": { "default": "Trash", "description": "Trash folder name", "type": "string" } }, "required": [ "email_ids" ], "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/leeguooooo/email-mcp-serverce'

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