wait_for_otp

shallow

dev.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.

100.0/100

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

ComponentWeightValue
Reliability35%not applicable
Schema integrity25%100.0
Failure behaviour15%not applicable
Latency15%not applicable
Concurrency10%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

DayScoreTierMethodology
2026-08-25100.0shallowv0.2.0
2026-08-2443.4deepv0.1.0

Probe evidence

ProbeOutcomes
schema_integritypass: 1
reliabilitytimeout: 1, fail: 19
malformed_inputpass: 3
timeout_honourpass: 2
cancellationpass: 2
determinismfail: 4
concurrencyfail: 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.

Vouch score: wait_for_otp
[![Vouch score](https://vouch.tools/api/tools/ed865890-dede-42c6-baea-c1bfd6f0fab5/badge.svg)](https://vouch.tools/tools/ed865890-dede-42c6-baea-c1bfd6f0fab5)
wait_for_otp — Vouch