verify_email
Automatically polls for a confirmation email, extracts the verification link, and performs an HTTP GET request to complete email verification in a single tool call.
Instructions
One-shot email verification: polls for a confirmation email, extracts the verification link, and visits it via HTTP GET. Combines wait_for_email + link extraction + click in one tool call. Returns the HTTP status of the verification URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The email address or inbox name to poll | |
| from | No | Filter: only match emails from this sender (substring match) | |
| subject_contains | No | Filter: only match emails whose subject contains this string | |
| timeout_seconds | No | Max seconds to wait for the email (default 60) |