Skip to main content
Glama
ProofHoldings

@proof-holdings/mcp-server

Official

search

Find account data by prefix across six buckets: verification requests, verifications, hitl, confirmations, authorizations, and API keys. Results are scoped to your account and mask recipient IDs.

Instructions

Prefix-anchored global account search across six resource buckets (verification_requests, verifications, hitl, confirmations, authorizations, api_keys). Case-sensitive prefix match over indexed plaintext fields only; recipient identifiers are masked. Results are scoped to the authenticated account.

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
qYesPrefix-anchored search query (minimum 3 characters)
typeNoNarrow the search to a single result bucket
limitNoMax results per bucket (default 10, max 25)
environmentNoScope results to test or production data (default: production)

Schema Changelog

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

  1. First observedv1.1.0

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden and does so well: it discloses prefix anchoring, case sensitivity, restriction to indexed plaintext fields, recipient identifier masking, account scoping, and the PROOF_API_KEY prerequisite. It does not describe result grouping, pagination, or error behavior, but the key operational traits are present.

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 well-organized: purpose and key constraints come first, followed by a clearly separated access prerequisite. Every sentence contributes meaningful information, and there is no filler or redundant restatement of the schema.

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?

Even without an output schema or annotations, the description covers invocation-critical context: account scoping, access requirements, matching behavior, and identifier masking. It doesn't specify the return shape or how results are grouped across buckets, but it is sufficient for an agent to select and call the tool correctly.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds value by clarifying how 'q' behaves beyond the schema: case-sensitive prefix matching over indexed plaintext fields only, with masked recipient identifiers. It also reinforces the meaning of the six 'type' buckets. Limit and environment semantics remain adequately described by the schema.

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 explicitly names the operation ('Prefix-anchored global account search') and the exact resource scope: six named buckets. It also adds distinguishing constraints like case-sensitive matching, masked recipient identifiers, and account scoping, which clearly separates it from the many resource-specific get/list siblings.

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 phrase 'global account search across six resource buckets' signals that this tool is for cross-bucket lookup, while the schema's 'type' parameter describes narrowing to a single bucket. The access note and the explicit 'start_login does NOT open this tool' provide important operational guidance, though it doesn't name specific alternative tools or say 'use this instead of X'.

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