Skip to main content
Glama

MCP Email Service

by leeguooooo
3
  • Apple
  • Linux

move_email_to_trash

Move a specified email to the trash folder using the MCP Email Service. Define the email ID, source folder, and trash folder for organized email management.

Instructions

Move an email to trash folder

Input Schema

NameRequiredDescriptionDefault
email_idYesEmail ID to move to trash
folderNoSource email folderINBOX
trash_folderNoTrash folder nameTrash

Input Schema (JSON Schema)

{ "properties": { "email_id": { "description": "Email ID to move to trash", "type": "string" }, "folder": { "default": "INBOX", "description": "Source email folder", "type": "string" }, "trash_folder": { "default": "Trash", "description": "Trash folder name", "type": "string" } }, "required": [ "email_id" ], "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