Skip to main content
Glama

Migadu MCP Server

by Michaelzag
MIT License

set_autoresponder

Configure and manage email autoresponders for Migadu mailboxes, allowing customization of subject, body, and expiration date to automate responses efficiently.

Instructions

Configure mailbox autoresponders. List of dicts with: target (email/local), active (required), subject (optional), body (optional), expires_on (optional).

Input Schema

NameRequiredDescriptionDefault
autorespondersYes

Input Schema (JSON Schema)

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