Wait for SMS on Existing Order
virtualsms_wait_for_smsWait for an SMS to arrive on an existing order_id using real-time WebSocket delivery with automatic polling fallback. Pass the order_id from create_order and optionally set a timeout.
Instructions
Wait (block) until the SMS arrives on an existing order_id, or until timeout. Uses real-time WebSocket delivery with automatic polling fallback. Pass an order_id from create_order. To buy AND wait in one step, call create_order then this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | Existing order ID returned from create_order | |
| timeout_seconds | No | How long to wait for SMS in seconds (default: 60, min: 5, max: 600) |