You're viewing a demo portfolio

Join the waitlist
PRSM

sendgrid_list_bounces

Active

Tool 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)."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.usefulapi/sendgrid

https://github.com/m190/usefulapi-mcp

1/7 registries
View full server →