scan_domains_batch
ActiveTool of io.inboxguard/email-deliverability
Queue an asynchronous batch scan of up to 50 domains and get a jobId immediately (avoids the 30s per-call limit). Poll get_scan_job with the jobId until status is succeeded/partial/failed to read per-domain scores. Requires an API key with write or full scope. These scans are NOT added to monitoring or saved to history.
Parameters schema
{
"type": "object",
"required": [
"domains"
],
"properties": {
"domains": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 50,
"minItems": 1,
"description": "1-50 domains to scan, e.g. [\"example.com\",\"acme.com\"]."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.inboxguard/email-deliverability
1/7 registries