Skip to main content
Glama
by ggiraudon

moveMessage

Move an email message by its ID from one folder to another folder within your email account for better organization and management.

Instructions

Moves a message by ID from one folder to another.

Input Schema

NameRequiredDescriptionDefault
destinationFolderYes
idYes
sourceFolderYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "destinationFolder": { "maxLength": 100, "minLength": 2, "type": "string" }, "id": { "type": "number" }, "sourceFolder": { "maxLength": 100, "minLength": 2, "type": "string" } }, "required": [ "sourceFolder", "destinationFolder", "id" ], "type": "object" }

Latest Blog Posts

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/ggiraudon/emailMCPServer'

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