Skip to main content
Glama

Migadu MCP Server

by Michaelzag
MIT License

create_rewrite

Generate pattern-based rewrite rules for email forwarding on Migadu MCP Server. Define local part rules, destinations, and optional domains to manage email routing efficiently.

Instructions

Create pattern-based rewrite rules. List of dicts with: name, local_part_rule, destinations (required), domain (optional).

Input Schema

NameRequiredDescriptionDefault
rewritesYes

Input Schema (JSON Schema)

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