Skip to main content
Glama
ProofHoldings

@proof-holdings/mcp-server

Official

resend_verification

Resend a verification email with a new code by providing the verification ID. Use when the original email was lost or expired.

Instructions

Resend a verification message (email channel only). Generates and sends a new code.

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

Schema Changelog

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

  1. First observedv1.1.0

TDQS

A4/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 transparency burden. It discloses that the tool generates and sends a new code, is email-only, requires a Proof account and PROOF_API_KEY, and is not opened via start_login. It does not mention side effects like invalidating previous codes or rate limits, but the core behavior and prerequisites are clearly stated.

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 compact and front-loaded with the main purpose, followed by a short access note. Every sentence serves a purpose, and there is no redundant or filler content.

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

Completeness4/5

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

For a simple one-parameter tool with no output schema, the description covers the essential invocation details: action, effect, channel, prerequisite, and a relevant exclusion. It could briefly mention what the caller should expect in return, but that is a minor gap given the low complexity.

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?

The schema already fully describes the only parameter, id, as 'Verification ID', so schema coverage is 100%. The description adds no additional meaning about how to obtain the ID or what format it should take, so it stays at the baseline for well-covered schema parameters.

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

Purpose4/5

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

The description clearly states a specific verb and resource: it resends a verification message and generates/sends a new code. It also scopes itself to email-only, which helps separate it from multi-channel verification tools, though it does not explicitly name or contrast a sibling like resend_email_otp.

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

Usage Guidelines4/5

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

The description gives useful context and exclusions: email channel only, requires a Proof account, and start_login does NOT open this tool. It does not name an alternative tool to use instead, but the conditions and non-goals are explicit enough to guide 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