resolve_alert
ActiveTool of io.inboxguard/email-deliverability
declared in 1.6.0
Mark an alert resolved (or reopen it with resolved=false). Requires an API key with write/full scope. Resolving an already-resolved alert is a no-op.
Parameters schema
{
"type": "object",
"required": [
"alertId"
],
"properties": {
"alertId": {
"type": "string",
"format": "uuid",
"description": "Alert UUID, from list_alerts or get_domain."
},
"resolved": {
"type": "boolean",
"description": "true (default) marks the alert resolved; false reopens it."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.inboxguard/email-deliverability
1/7 registries