Skip to main content
Glama

XRPLHub — XRPLScore & XRPL actions

verify_mpt_registry

Get the latest on-ledger anchor of the MPT registry (BIS Working Paper 1374 pattern): a Merkle root over the canonicalised index, committed in a Memo on a transaction from a dedicated anchor wallet (not the credential issuer). Returns the root, its tx hash, ledger index, issuance/issuer counts, coverage, and the exact canonicalisation + Merkle scheme so you can reproduce the root from the published /api/mpt/search + /api/mpt/issuer data and check that those rows match the root we anchored on-ledger at a known time (proves published-rows-match-anchored-root, not immutability). No params. Free, no signup.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior2/5

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

The description indicates that the tool returns data and is 'free, no signup', but it does not explicitly state whether it is read-only, what happens on error, or whether it performs any state-changing operations. Since no annotations are provided, the description carries the full burden of behavioral disclosure and does not fully meet it.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is overly verbose and repetitive, restating the same idea of the on-ledger anchor and the reproduction/checking workflow multiple times. It could be condensed to a few clear sentences without losing meaning, and the long trailing explanation makes it less scannable.

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?

The description covers what the tool returns, why it matters, and how the returned root can be used to verify published data. There is no output schema, so the explanation of return values is important and is provided. It does not discuss error cases, but for a parameterless read-style verification call the core context is sufficiently complete.

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?

The input schema is empty and the description explicitly confirms 'No params', so there are no parameter details missing. This is essentially ideal for a parameterless tool, though it adds no extra semantic depth beyond confirming that no arguments are needed.

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 clearly states the tool's purpose: to get the latest on-ledger anchor of the MPT registry and return the Merkle root plus associated metadata. It specifies the exact resource and action, and the output list makes it unambiguous what the tool does. The name 'verify_mpt_registry' aligns well with the described behavior.

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

Usage Guidelines2/5

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

The description implies a verification use case by mentioning that you can reproduce the root from published data and check that rows match the anchor, but it never explicitly says when to use this tool versus alternatives like verify_attestation or search_mpts. It also does not state conditions under which this tool should be preferred, so guidance is mostly implicit.

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.