Skip to main content
Glama

Email MCP Server

by ggiraudon

createFolder

Create a new folder in an IMAP email account to organize messages and improve email management efficiency.

Instructions

Creates a new folder in the IMAP account.

Input Schema

NameRequiredDescriptionDefault
folderNameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "folderName": { "maxLength": 100, "minLength": 2, "type": "string" } }, "required": [ "folderName" ], "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/ggiraudon/emailMCPServer'

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