Skip to main content
Glama

Migadu MCP Server

by Michaelzag
MIT License

update_mailbox

Modify mailbox settings on Migadu email hosting. Configure options like permissions for sending/receiving emails, IMAP/POP3 access, spam handling, and more through structured updates.

Instructions

Update mailbox settings. List of dicts with: target (required), name (optional), may_send (optional), may_receive (optional), may_access_imap (optional), may_access_pop3 (optional), spam_action (optional), spam_aggressiveness (optional).

Input Schema

NameRequiredDescriptionDefault
updatesYes

Input Schema (JSON Schema)

{ "properties": { "updates": { "items": { "additionalProperties": true, "type": "object" }, "title": "Updates", "type": "array" } }, "required": [ "updates" ], "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/Michaelzag/migadu-mcp'

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