list_mailboxes
Retrieve a detailed summary and statistics of email mailboxes for a specific domain. Provides JSON output with mailbox samples and insights for domain management.
Instructions
List email mailboxes for domain. Returns summary with statistics and samples.
Args: domain: Domain name. Uses MIGADU_DOMAIN if not provided.
Returns: JSON object with mailbox 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"
}