discovery_login_verify
Verify email login with a 6-digit code to obtain a new API key for the Disco MCP server, completing the authentication process after initial login indicates verification is required.
Instructions
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.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |