Skip to main content
Glama
ProofHoldings

@proof-holdings/mcp-server

Official

submit_verification_code

Submit an OTP or challenge code to complete a pending verification when the code was delivered out-of-band via email. Works for email and domain email verifications only.

Instructions

Submit an OTP/challenge code for a pending verification. Accepted ONLY where we delivered the code out-of-band to the party being verified: type "email", and type "domain" with channel "email". Any other pair answers 400 unsupported_for_type and completes elsewhere — use trigger_verification (POST /verifications/:id/verify) for a domain over dns/http/auto; a phone completes when the code reaches us FROM that number; social completes through its OAuth callback; a telegram_bot is already verified at creation.

ACCESS: needs a Proof account. Set PROOF_API_KEY and restart this server, then call this tool again. start_login does NOT open this tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesVerification ID
codeYesThe OTP or challenge code to submit

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.1.0

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full behavioral burden. It discloses the 400 unsupported_for_type error, the out-of-band delivery requirement, the PROOF_API_KEY access prerequisite, and restart guidance. It does not describe what a successful submission returns or whether the verification is completed synchronously, but it is unusually transparent for a tool with no annotation support.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but every sentence earns its place: purpose, acceptance constraints, alternatives, and access requirements. The most important routing information is front-loaded, and the access note is cleanly separated at the end.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 2-parameter tool with no output schema and no annotations, this description is remarkably complete. It tells the agent exactly which verification types/channels are valid, what happens for invalid pairs, which sibling to use instead, and what setup is required. Nothing essential to invoking the tool correctly is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already documents id and code. The description adds contextual value by clarifying that the code must have been delivered out-of-band and that the id refers to a pending verification, but it does not significantly expand on the parameters' format or constraints beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Submit an OTP/challenge code for a pending verification.' It then sharply scopes the accepted cases ('type email' and 'type domain with channel email'), which distinguishes it from siblings like trigger_verification and verify_email_otp without needing to inspect schemas.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when this tool is accepted and when it is not. It names trigger_verification as the alternative for domain-over-dns/http/auto, explains how phone, social, and telegram_bot verifications complete elsewhere, and even warns that start_login does not open this tool. This leaves little ambiguity about selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ProofHoldings/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server