wait_for_variant_analysis
Polls EVEE until variant interpretation completes or times out, returning results with wait status. Use when interpretation is queued or processing.
Instructions
Poll EVEE's on-demand interpretation until it completes or times out.
Use this when get_variant reports interpretation.status as queued or
processing. Returns the same curated variant summary as get_variant, plus
a wait_status entry with attempts / elapsed_seconds. If the deadline
hits before completion, call this tool again to keep polling.
Args: variant_id: Variant identifier in chr:pos:ref:alt format. timeout_seconds: Maximum wall-clock time to wait (clamped to [1, 60]). poll_interval_seconds: Delay between polls (clamped to [0.5, 10]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variant_id | Yes | ||
| timeout_seconds | No | ||
| poll_interval_seconds | No |