list_alerts
ActiveTool of io.inboxguard/email-deliverability
declared in 1.6.0
List the account's deliverability alerts (score drops, check failures, blocklist listings). Defaults to open alerts only.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"maximum": 200,
"minimum": 1,
"description": "Max alerts to return (default 50)."
},
"resolved": {
"enum": [
"false",
"true",
"all"
],
"type": "string",
"description": "'false' = open alerts only (default), 'true' = resolved only, 'all' = both."
},
"severity": {
"enum": [
"critical",
"warn",
"info",
"all"
],
"type": "string",
"description": "Filter by severity (default 'all')."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.inboxguard/email-deliverability
1/7 registries