Skip to main content
Glama

balance_proof

Cryptographic inclusion proof for YOUR wallet balance in the latest hourly transparency attestation (GET /wallet/balance-proof): leaf hash, Merkle sibling path, root, the anchoring BSV txid, and verification (the steps to recompute the root and check it on chain). Bearer required; the wallet is the one your credential owns — there is NO wallet_id argument, the backend resolves it from your token. Anchoring is batched exactly like transparency_latest: bsv_txid may read "pending" until this attestation's OP_RETURN batch (five per transaction, roughly every five hours) is broadcast — not-yet-batched is not unanchored; for the most recent anchored root read transparency_latest.last_anchored.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

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

With no annotations, the description carries the full burden, and it delivers: it discloses authentication, the absence of a wallet_id parameter, batched anchoring identical to transparency_latest, and the meaning of bsv_txid reading 'pending'. It also clarifies that not-yet-batched is not unanchored, which is a non-obvious behavioral detail.

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 every clause earns its place: the first sentence defines the output, the second explains authentication and parameter absence, and the third covers anchoring semantics. It front-loads the core purpose and layers nuance without repetition.

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

Completeness5/5

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

Given zero parameters, no annotations, and no output schema, the description is remarkably complete. It enumerates the returned fields (leaf hash, Merkle sibling path, root, txid, verification), explains the pending state, and directs the agent to transparency_latest for the latest anchored root.

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

Parameters5/5

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

The tool has zero parameters, so the baseline is 4. The description adds semantic value by explicitly explaining why there is no wallet_id argument: the backend resolves the wallet from the bearer token. This removes any ambiguity an agent might have about how to identify the wallet.

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 resource and purpose: a cryptographic inclusion proof for the caller's wallet balance in the latest hourly transparency attestation. It distinguishes this tool from siblings by noting the wallet is resolved from the credential, not passed as an argument, and by referencing transparency_latest for anchored-root needs.

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: bearer auth is required, no wallet_id is accepted, and the backend resolves the wallet from the token. It also routes the user to transparency_latest.last_anchored when they need the most recent anchored root, though it does not explicitly contrast with verify_proof or bridge_proof.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources