verify_email
InactiveTool of com.gadgethumans.swarm/x402-middleware
Verify whether an email address is valid and deliverable. Use this to validate user-provided email addresses during sign-up, form submission, or contact list cleaning. Checks syntax, domain validity, and whether the address is from a disposable email provider. Parameters: email — The email address to verify (required).
Parameters schema
{
"type": "object",
"title": "verify_emailArguments",
"required": [
"email"
],
"properties": {
"email": {
"type": "string",
"title": "Email"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.gadgethumans.swarm/x402-middleware
https://github.com/scotia1973-bot/gadgethumans-x402
2/7 registries