check_email_verified
Check if an email address is verified. Polls automatically every 15 seconds for up to 30 minutes, returning immediately if verified or prompting registration if no account exists.
Instructions
Poll to check if the user has verified their email address. Automatically polls every 15 seconds for up to 30 minutes. Returns immediately if already verified. If the email has no account, indicates registration is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| poll | No | If true (default), poll until verified or timeout. If false, check once. | |
| Yes | Email address to check verification status |