list_aliases
Retrieve and analyze email aliases for a specified domain, including summaries and statistics, using the Migadu MCP Server management tool.
Instructions
List email aliases for domain. Returns summary with statistics and samples.
Args: domain: Domain name. Uses MIGADU_DOMAIN if not provided.
Returns: JSON object with alias summary and statistics
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | No |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Domain"
}
},
"type": "object"
}