wait_for_otp
shallowdev.agentsim/mcp · Verify this server
Block until an SMS OTP arrives for this session, then return the code. Polls the AgentSIM API for up to `timeout_seconds`. Returns the OTP code and the message it was extracted from. If the OTP does not arrive in time, raises a ToolError with advice on retrying. Always call `release_number` after you have used the OTP.
1 trials · measured 8 days ago
wait_for_otp scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against dev.agentsim/mcp, measured 25 Aug 2026 under methodology v0.2.0. Every measured component scored 100.
Component breakdown
| Component | Weight | Value |
|---|---|---|
| Reliability | 35% | not applicable |
| Schema integrity | 25% | 100.0 |
| Failure behaviour | 15% | not applicable |
| Latency | 15% | not applicable |
| Concurrency | 10% | not applicable |
Tool details
- Transport
- remote
- Credential class
- open
- Category
- Communication
- Input schema
- declared
- Output schema
- declared
- Side-effect classification
- unclassified
- Declared input schema
{ "type": "object", "required": [ "input" ], "properties": { "input": { "type": "object", "required": [ "session_id" ], "properties": { "session_id": { "type": "string", "description": "Session ID returned by provision_number." }, "auto_reroute": { "type": "boolean", "default": true, "description": "On timeout, automatically swap to a fresh number on the same session and return retry instructions." }, "timeout_seconds": { "type": "integer", "default": 60, "maximum": 120, "minimum": 1, "description": "Maximum seconds to wait. Default 60." } } } }, "additionalProperties": false }
Score history
| Day | Score | Tier | Methodology |
|---|---|---|---|
| 2026-08-25 | 100.0 | shallow | v0.2.0 |
| 2026-08-24 | 43.4 | deep | v0.1.0 |
Probe evidence
| Probe | Outcomes |
|---|---|
| schema_integrity | pass: 1 |
| reliability | timeout: 1, fail: 19 |
| malformed_input | pass: 3 |
| timeout_honour | pass: 2 |
| cancellation | pass: 2 |
| determinism | fail: 4 |
| concurrency | fail: 20 |
Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.
Embed this score
Available for every tool, scored or not — not a verification perk. Always links back to this page.
[](https://vouch.tools/tools/ed865890-dede-42c6-baea-c1bfd6f0fab5)