Skip to main content
Glama
ProofHoldings

@proof-holdings/mcp-server

Official

trigger_verification

Start a DNS/HTTP verification check for a pending domain verification using the verification ID.

Instructions

Trigger a DNS/HTTP verification check for a pending domain verification.

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

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It does disclose an important operational requirement (Proof account, PROOF_API_KEY, server restart) and corrects a possible misconception about start_login. However, it does not explain side effects, whether the check is asynchronous, whether it can be re-triggered, or what happens on failure—so transparency is only partial.

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 compact: one clear purpose sentence followed by a practical access note. Both sentences earn their place, and the most important information is front-loaded. The access note is slightly fragmented but still concise and actionable.

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

Completeness3/5

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

For a single-parameter tool with no output schema, the description is mostly adequate and includes a valuable setup gotcha. Still, it omits the tool's relationship to the broader verification workflow and what the agent should expect after triggering the check, leaving some contextual ambiguity.

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 fully describes the only parameter 'id' as 'Verification ID', so schema coverage is 100%. The description adds no parameter-level detail, which is acceptable because the schema already carries the meaning. Baseline 3 is appropriate.

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 specific action ('Trigger'), a clear resource ('DNS/HTTP verification check'), and a precondition ('pending domain verification'), which makes the tool's purpose understandable. However, it does not explicitly differentiate itself from closely related siblings like check_domain_verification or verify_domain, so it stops short of a 5.

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

Usage Guidelines3/5

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

The phrase 'for a pending domain verification' implies when the tool should be used, and the access note gives a concrete prerequisite. But it never explicitly says when to prefer trigger_verification over sibling tools such as verify_domain, start_domain_verification, or check_domain_verification. The mention that 'start_login does NOT open this tool' is a useful exclusion but not a full usage guide.

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