get_verification_code
Wait for an incoming verification email and automatically extract the security code, using optional sender or subject filters to find the right message.
Instructions
Wait for a verification/confirmation email and automatically extract the verification code from it. Returns the extracted code. This is a convenience tool that combines 'wait_for_email' + code extraction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The temporary email address to check. | |
| timeoutMs | No | Timeout in milliseconds. Default 60000 (60s). | |
| fromContains | No | Filter: only look at emails from senders containing this substring. | |
| subjectContains | No | Filter: only look at emails whose subject contains this (e.g. 'verification', 'confirm', 'code'). |