Skip to main content
Glama

XRPLHub — XRPLScore & XRPL actions

donate_to_community_fund

Donate XRP or RLUSD to the XRPLHub Community Grant Treasury — a transparent on-chain fund that pays approved applicants wallet-to-wallet with zero overhead. Returns the treasury address and, if you pass donor_wallet, a ready-to-sign Payment txjson; every donation and payout is recorded on the XRP Ledger and publicly verifiable. Params: amount (number, required), currency (XRP|RLUSD, default XRP), donor_wallet (r..., optional), message (optional). No signup.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYesAmount to donate. Minimum 1. Any size welcome — even 1-5 XRP helps fund a real grant.
messageNoOptional. A short dedication or message to attach to the donation record.
currencyNoXRP or RLUSD. Default: XRP. Use RLUSD for a stable USD-equivalent donation.
donor_walletNoOptional. XRPL wallet address of the donor. Providing this allows building a ready-to-sign Payment transaction.

Schema Changelog

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

  1. First observed

TDQS

A4.1/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 burden and does a solid job: it states the return values (treasury address and txjson when donor_wallet is supplied), the on-chain transparency of donations, zero overhead, and no signup. 'Ready-to-sign' suggests the transaction is not yet signed/broadcast, which is useful behavioral context, though it is not spelled out that signing/submission is a separate step.

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 front-loaded with the core purpose and includes only a few contextual clauses. The inline parameter summary is redundant given the 100% schema coverage, but it is compact and does not seriously bloat the text.

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, the description explains what the caller receives and why the fund is trustworthy. It gives enough context for an agent to supply amount, choose currency, and optionally pass donor_wallet/message. A minor gap is the lack of an explicit statement about the downstream signing/broadcast workflow for the returned txjson.

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?

All four parameters have rich descriptions in the schema, so the baseline is 3. The description's inline 'Params' list mostly restates the schema without adding new semantic information, and the schema already covers the amount minimum, currency default, and optional fields.

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 opens with a specific action and object: 'Donate XRP or RLUSD to the XRPLHub Community Grant Treasury.' This unambiguously identifies the tool's purpose and separates it from nearby tools like submit_grant_application, which is for grant applicants rather than donors.

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 intended use case is clear: use this tool when donating XRP/RLUSD to the community grant treasury. The 'No signup' note and the promise of a ready-to-sign Payment txjson also imply a low-friction donation path distinct from a generic transaction builder, though no sibling is explicitly named as an alternative.

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.

TDQS

A4.2/5.0
Disambiguation4/5

The tools generally split cleanly by resource: scores, credentials, MPTs, transactions, and community fund. The three MPT-related tools and the score-lookup vs score-credential pair could briefly overlap in purpose, but their descriptions are detailed enough to resolve the ambiguity.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern with clear verbs such as check, get, list, search, build, submit, verify, donate, and issue. There is no mixing of naming styles or vague generic verbs.

Tool Count5/5

Thirteen tools is well-scoped for a server covering XRPL scores, credentials, MPTs, transaction building, and community fund actions. The 35 supported transaction types are sensibly collapsed behind list and build tools rather than exploding into dozens of endpoints.

Completeness4/5

Core workflows are covered: score lookup, credential verification, MPT risk and search, transaction building, and community fund participation. Minor gaps exist, such as no standalone grant-status lookup or explicit score-credential verification endpoint, but these are workable around.