Skip to main content
Glama
ProofHoldings

@proof-holdings/mcp-server

Official

share_request_email

Send an email notification to the subject of a verification request by providing its ID. Resolves the need to manually contact request subjects.

Instructions

Send an email notification to the subject of a verification request.

ACCESS: needs a Proof account. Set PROOF_API_KEY and restart this server, or sign in with start_login — a session opens this tool — then call this tool again.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesVerification request ID

Schema Changelog

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

  1. First observedv1.1.0

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the burden of disclosing side effects. It does state that this tool sends an email and that authentication is required. However, it does not mention idempotency, duplicate-send behavior, or what happens if the verification request ID is invalid or unauthorized.

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

Conciseness4/5

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

The description is brief and front-loads the core purpose before the access note. The access block is useful but includes environment-specific instructions like 'restart this server' that could be considered outside the essential tool description; overall, there is no wasted filler.

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 one-parameter tool with no output schema, the description covers the core operation and the necessary authentication precondition. It does not describe the email content or post-send behavior, but those are not required to invoke the tool correctly.

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 only parameter, id, is already described in the schema as 'Verification request ID' with 100% coverage, so the description adds little semantic value. The phrase 'subject of a verification request' contextualizes the ID but provides no additional format or usage details.

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 states a clear action ('Send an email notification') and a specific resource ('subject of a verification request'), so an agent can infer the operation. It does not explicitly contrast with sibling tools like resend_verification or send_account_email, but the resource and action are specific enough to avoid major ambiguity.

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

Usage Guidelines2/5

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

The description provides access prerequisites (Proof account, API key, or start_login) but does not say when this tool should be chosen over alternatives. No sibling comparison, exclusions, or conditions are given, so the agent must infer usage solely from the name and purpose.

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