sendgrid_search_contacts_by_email
ActiveTool 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."
}
}
}Parent server
io.usefulapi/sendgrid
https://github.com/m190/usefulapi-mcp
1/7 registries