Skip to main content
Glama
ProofHoldings

@proof-holdings/mcp-server

Official

claim_request_assets

Claim assets shared in a completed verification request using the verification request ID. Use this to retrieve approved assets after verification is done.

Instructions

Claim shared assets from a completed 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

A3.6/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 burden. It discloses the authentication/session requirement and the 'completed' state precondition. However, it does not describe what 'claiming' does to the assets or the request, whether the operation is destructive or idempotent, or what the response contains.

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 short and front-loaded with the primary purpose, followed by a compact access note. The second sentence is slightly run-on, but it contains no filler and each clause carries useful operational information.

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 single-parameter action, the description is largely complete: it states the purpose, the required state of the request, and the auth steps. Minor gaps remain around the return value and how the request ID is obtained, but these do not block correct invocation.

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 schema already fully describes the only parameter 'id' as a 'Verification request ID', with 100% schema description coverage. The description adds the context that the request must be completed, but no additional parameter syntax, format, or usage detail beyond the schema.

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 ('Claim'), a clear resource ('shared assets'), and a condition ('from a completed verification request'). It is not a tautology and conveys the tool's core function, though it does not explicitly differentiate from siblings like get_request_proofs or list_assets.

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 gives clear context: the request must be completed, and it explains the access prerequisite (Proof account, API key or start_login session). It does not explicitly mention alternatives or when-not-to-use cases, but the stated precondition is helpful for correct invocation.

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