get_email_usage
ActiveTool of EmailMCP
declared in 1.0.0
Get email usage statistics — delivery rate, bounce rate, per-domain breakdown, top bounce reasons. Reads from persistent stats.
Parameters schema
{
"type": "object",
"properties": {
"domain": {
"type": "string",
"optional": true,
"description": "Filter stats by domain"
},
"period": {
"enum": [
"hour",
"day",
"week",
"month"
],
"type": "string",
"default": "day",
"description": "Time period for usage statistics"
},
"account": {
"type": "string",
"optional": true,
"description": "Filter stats by account address"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
EmailMCP
https://github.com/nfodor/emailmcp
1/7 registries