Skip to main content
Glama

Migadu MCP Server

by Michaelzag
MIT License

delete_rewrite

Remove specified rewrite rules permanently in Migadu email hosting. Requires a list of target rules with 'name' and optional 'domain'. Irreversible action.

Instructions

Delete rewrite rules. DESTRUCTIVE: Cannot be undone. List of dicts with: name (required), domain (optional).

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