You're viewing a demo portfolio

Join the waitlist
PRSM

discovery_login_verify

Active

Tool of Disco

declared in 1.26.0

Complete login and receive a new API key. Call this after discovery_login returns {"status": "verification_required"}. The user receives a 6-digit code by email — pass it here along with the same email address. Returns a new API key on success. Args: email: Email address used in the discovery_login call. code: 6-digit verification code from the email.

Parameters schema

{
  "type": "object",
  "title": "discovery_login_verifyArguments",
  "required": [
    "email",
    "code"
  ],
  "properties": {
    "code": {
      "type": "string",
      "title": "Code"
    },
    "email": {
      "type": "string",
      "title": "Email"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Disco

https://github.com/leap-laboratories/discovery-engine

2/7 registries
View full server →