sendgrid_list_bounces
ActiveTool of io.usefulapi/sendgrid
declared in 1.0.0
List bounced email addresses (the bounce suppression list). Returns an array of { created, email, reason, status }. SendGrid: GET /v3/suppression/bounces.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"email": {
"type": "string",
"description": "Filter to a specific bounced email address."
},
"limit": {
"type": "integer",
"maximum": 500,
"minimum": 1,
"description": "Number of bounces to return (1–500)."
},
"offset": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"description": "Number of bounces to skip (for pagination)."
},
"end_time": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"description": "End of the time range, as a Unix timestamp (seconds)."
},
"start_time": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"description": "Start of the time range, as a Unix timestamp (seconds)."
}
}
}Parent server
io.usefulapi/sendgrid
https://github.com/m190/usefulapi-mcp
1/7 registries