Skip to main content
Glama

Microsoft MCP

by elyxlz

move_email

Move Outlook emails to specified folders (e.g., drafts, sent items) using email IDs and folders as inputs, integrated with Microsoft MCP server for automated email management.

Instructions

Move email to another folder (drafts, sentitems, deleteditems, etc)

Input Schema

NameRequiredDescriptionDefault
account_idNo
destination_folderYes
email_idYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Account Id" }, "destination_folder": { "title": "Destination Folder", "type": "string" }, "email_id": { "title": "Email Id", "type": "string" } }, "required": [ "email_id", "destination_folder" ], "type": "object" }
Install Server

Other Tools from Microsoft MCP

Related Tools

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/elyxlz/microsoft-mcp'

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