MCP

blacklist/get_emails_check

Tool: read

Check whether a specific email address is blacklisted.

Returns blacklisted: true if the email itself is blocked OR if its domain is domain-blacklisted (domain inheritance).

One or many: email takes a single address, or an array of up to 10 — an array answers with one results[] entry per address, never a comma-joined string (blacklist/post_emails takes an array too). To review the whole list instead, use blacklist/get_emails.

Arguments

name type req notes
email string Email address to check

Response

200 — Single check result. Deltas: none.

field type description
value string The queried email value.
blacklisted boolean True if the email or its domain is blacklisted.

Errors: 400, 401, 406, 422, 429, 500 — shared schema: schemas/errors.

Invoke

Call read with name: "blacklist/get_emails_check".