Skip to main content
Glama
ProofHoldings

@proof-holdings/mcp-server

Official

update_public_proofs

Configure which verified proofs show on your public profile by setting visibility, masking, and display order.

Instructions

Update which verified proofs are visible on the user's public profile, including visibility, masking, and display order.

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
proofsYesArray of proof display configurations (max 50)

Schema Changelog

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

  1. First observedv1.1.0

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden. It discloses an authentication requirement and indicates the call changes public proof visibility, masking, and order, but it does not say whether the proofs array replaces all existing configurations, how omitted proofs are handled, or what side effects occur.

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?

Two compact paragraphs with the core purpose front-loaded in the first sentence. The ACCESS note is concise and valuable, 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.

Completeness3/5

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

The schema and access guidance cover parameter structure and auth prerequisites, but since this is a mutating tool with no annotations and no output schema, the description should clarify whether the input is a full replacement or partial update. It also does not distinguish itself from update_profile_proofs, leaving some ambiguity for the agent.

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?

Schema description coverage is 100%, with clear descriptions for proofs, asset_id, is_visible, mask_level, and display_order. The description's first sentence restates visibility, masking, and display order without adding meaning beyond what the schema already provides, so the baseline of 3 applies.

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?

States a specific verb 'Update' and resource 'which verified proofs are visible on the user's public profile', and lists visibility, masking, and display order as the modified aspects. This is clear and actionable, though it does not explicitly differentiate from the similarly named update_profile_proofs sibling.

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 ACCESS note provides concrete prerequisites and a clear two-step path: set PROOF_API_KEY or start_login, then call again. It gives clear context on when the tool is usable, but does not mention alternatives or exclusion conditions such as preferring update_profile_proofs for other profile proof changes.

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