AgentMail
get_delivery_status
Check whether a recipient address has bounced or complained about the account's mail, and whether it is on the suppression list (suppressed recipients are skipped by campaigns). Useful for "did my email to X arrive?" debugging.
Remote faivelo/mail
Remote (network-hosted)
Other tools also called get_delivery_status?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"recipient": {
"type": "string",
"format": "email",
"description": "The recipient address to check"
}
}
}