google-maps__validate_emails
ActiveTool of com.thenextgennexus/enterprise-mcp-gateway
declared in 1.0.47
[Google Maps] Validate a list of email addresses. Checks syntax, domain, and deliverability. Args: emails: List of email addresses to validate (e.g. ['john@example.com', 'jane@test.com'])
Parameters schema
{
"type": "object",
"required": [
"emails"
],
"properties": {
"emails": {
"type": "array",
"items": {
"type": "string"
}
}
}
}Parent server
com.thenextgennexus/enterprise-mcp-gateway
1/7 registries