verify_email
Verify a complete email address before creating a lead, inviting a user, or updating customer data.
- Input
- email · string · required
- Returns
- email · status · action · flagged · signals · suggestion
- Cost
- 1 project credit
Request
POST /mcp{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "verify_email",
"arguments": {
"email": "demo@gmail.com"
}
}
}