Skip to main content
Glama
ProofHoldings

@proof-holdings/mcp-server

Official

invite_challenger

Create a one-time enrollment invite for a challenger, returning channel-matched Telegram and WhatsApp links plus a QR code to bind their messenger identity to a HITL config.

Instructions

Mint a single-use Proof-Me enrollment invite for a challenger. Returns Telegram + WhatsApp deep links and a QR code; the challenger taps the channel-matched link to bind their messenger identity to the config.

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
hitl_idYesHITL config ID
challenger_idYesChallenger ID to invite

Schema Changelog

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

  1. First observedv1.1.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the disclosure burden, and it covers the mutation: it creates a single-use invite and causes the challenger to bind their messenger identity to the config when tapped. It also discloses the auth requirement and the return payload, though it doesn't describe expiration or failure modes.

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 well organized: purpose first, then return value, then access prerequisites. No redundant sentences or 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?

Given no output schema, the description usefully states the returned deep links and QR code, plus the access setup needed before calling. It is adequate for a two-parameter tool, though it could mention that the referenced config/challenger must already exist.

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 input schema already covers both parameters with descriptions and format patterns, so the description adds no new parameter semantics. The prose references the invite flow but not the IDs themselves.

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 states a specific verb and resource: 'Mint a single-use Proof-Me enrollment invite for a challenger,' and explains the tangible output (Telegram + WhatsApp deep links, QR code). This differentiates it from sibling tools like add_challenger and start_login.

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?

It clearly communicates prerequisites: needs a Proof account, PROOF_API_KEY must be set, and the server restarted. It also warns that start_login does not open this tool, giving an explicit exclusion, though it doesn't contrast with other invite/challenger alternatives.

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