You're viewing a demo portfolio

Join the waitlist
PRSM

auth_resend_otp

Active

Tool of Chia Health MCP Server

declared in 1.26.0

Resend the verification code to the patient's email. Use this if the original code expired (5-minute window) or was not received. Requires the session_id from auth_start — no email needed.

Parameters schema

{
  "type": "object",
  "title": "resend_otpArguments",
  "required": [
    "session_id"
  ],
  "properties": {
    "session_id": {
      "type": "string",
      "title": "Session Id",
      "description": "Session ID from auth_start"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Chia Health MCP Server

https://github.com/chia-health/chia-mcp

2/7 registries
View full server →
auth_resend_otp — Chia Health MCP Server — PRSM MCP