You're viewing a demo portfolio

Join the waitlist
PRSM

verify_transfer_code

Active

Tool of io.github.nach-dakwale/instadomain

declared in 3.1.1

Verify the email code and get a transfer token valid for 15 minutes. Call this after request_transfer_code and the user provides their code. Pass the returned transfer_token to get_transfer_code or unlock_domain. Args: order_id: The order ID of a completed domain purchase. code: The 6-digit code from the verification email.

Parameters schema

{
  "type": "object",
  "required": [
    "order_id",
    "code"
  ],
  "properties": {
    "code": {
      "type": "string"
    },
    "order_id": {
      "type": "string"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.nach-dakwale/instadomain

1/7 registries
View full server →
verify_transfer_code — io.github.nach-dakwale/instadomain — PRSM MCP