You're viewing a demo portfolio

Join the waitlist
PRSM

sendgrid_search_contacts_by_email

Active

Tool of io.usefulapi/sendgrid

declared in 1.0.0

Look up marketing contacts by exact email address (a read-only lookup — mutates nothing). Returns { result: { "<email>": { contact: {...} } } }. SendGrid: POST /v3/marketing/contacts/search/emails.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "emails"
  ],
  "properties": {
    "emails": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "minItems": 1,
      "description": "One or more exact email addresses to look up."
    }
  }
}

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 →