Skip to main content
Glama

Migadu MCP Server

by Michaelzag
MIT License

delete_mailbox

Permanently remove email mailboxes from Migadu email hosting. Input a list of targets (email/local) to delete. This action is irreversible, so use with caution.

Instructions

Delete mailboxes. DESTRUCTIVE: Cannot be undone. List of dicts with: target (email/local).

Input Schema

NameRequiredDescriptionDefault
targetsYes

Input Schema (JSON Schema)

{ "properties": { "targets": { "items": { "additionalProperties": true, "type": "object" }, "title": "Targets", "type": "array" } }, "required": [ "targets" ], "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