Skip to main content
Glama

Hermes Plant — Agent Commerce Assurance

WaterfallLens — LP/GP distribution waterfall

waterfall_distribute
Idempotent

WaterfallLens (x402-paid, $0.30): deterministic LP/GP distribution waterfall (return of capital, preferred, GP catch-up, carried-interest split) with the exact split, per-tier breakdown, LP MOIC, and effective carry %.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payerNoOptional wallet/account identifier; stored only as a hash
yearsNoHolding period for preferred accrual
apiKeyNoFree-tier / plan API key (hp_free_… or a pass key). Forwarded as X-API-Key so paid tools serve from your monthly quota with NO x402 wallet. Get a free key (250 calls/mo) at https://hermesplant.com/pricing.
channelNoDiscovery channel or source tag
campaignNoCampaign tag for downstream telemetry
xPaymentNoRaw X-PAYMENT proof from an x402-compatible wallet/client
actorTypeNoCaller type for analytics: agent, human, synthetic, system, or unknown
syntheticNoMark this paid retry as an internal test/probe for analytics exclusion
compoundingNoPreferred-return accrual basis: 'simple' or 'compounded' (default compounded)
distributableYesTotal cash to distribute
preferredRateNoAnnual preferred rate, e.g. 0.08
carryPercentageNoGP carry, e.g. 0.20 (default 0.20)
paymentSignatureNox402 payment proof to forward as PAYMENT-SIGNATURE and X-PAYMENT on retry
catchUpPercentageNoGP catch-up share, 1.0 = full (default)
paymentIdentifierNoOptional x402 payment identifier for idempotency/retry correlation
contributedCapitalYesTotal LP capital to return in tier 1
preferredReturnAmountNoExplicit preferred return amount

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYesTrue when the upstream storefront call returned a 2xx response
httpStatusYesUpstream HTTP status code
paymentRequiredNoTrue when the response is an x402 HTTP 402 payment challenge

TDQS

A3.5/5.0
Behavior3/5

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

The description adds context beyond annotations: it is x402-paid at $0.30 and deterministic. This is useful. However, it does not disclose potential side effects, error handling, or whether the tool requires specific inputs beyond the required ones. Given annotations already indicate idempotentHint=true and destructiveHint=false, the added behavioral context is moderate but not comprehensive.

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 a single, well-structured sentence that leads with the tool's name and cost, then states the purpose and outputs. Every word earns its place; there is no fluff or repetition. It is appropriately sized for the tool's complexity.

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 description explains what the tool does and what it returns, but it lacks usage context—when to apply it, what scenarios it is designed for, or how it relates to sibling tools. Since an output schema exists, the absence of return-value details is acceptable. However, with 17 parameters and a niche financial function, more contextual guidance would be helpful for an agent to decide to invoke it.

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%, so the baseline is 3. The description names key waterfall concepts (return of capital, preferred, catch-up, carry) which map to parameters like contributedCapital, preferredRate, catchUpPercentage, and carryPercentage, but it doesn't explain any parameter beyond what the schema already states. It does not compensate for any gaps because there are none.

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 a specific verb and resource: 'deterministic LP/GP distribution waterfall' — and enumerates the stages (return of capital, preferred, GP catch-up, carried-interest split) plus the outputs (exact split, per-tier breakdown, LP MOIC, effective carry %). This distinguishes it from generic financial tools and leaves no ambiguity about what the tool computes.

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?

There is no guidance on when to use this tool versus alternatives. It does not mention typical use cases, prerequisites, or exclusions. Sibling tools like cashflowlens_analyze or dealanalyzer_analyze might overlap, but the description makes no attempt to differentiate or direct the agent to the appropriate tool.

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

A3.6/5.0
Disambiguation4/5

Most tools have clearly distinct purposes. Some overlap exists (e.g., dealanalyzer_analyze combines CashflowLens and WaterfallLens; action_safety_run includes DestructGuard evidence), but descriptions explicitly clarify scope so an agent can choose correctly.

Naming Consistency2/5

Naming patterns are mixed: some verbs precede nouns (get_product, purchase_with_x402), others follow nouns (bond_analyze, portfolioguard_score), and some are multi-word (action_safety_quick_gate). This inconsistency makes tool selection less predictable.

Tool Count3/5

At 25 tools, the server is at the heavy end and spans diverse subdomains (safety, payments, financial analytics, storefront). While each tool serves a purpose, the broad scope makes it feel overloaded for a single server.

Completeness3/5

Core assurance workflows (safety, payment, verification) are covered, but gaps exist: no refund/cancellation tools, no attestation lookup, and no way to retrieve 30-day action-safety status records. Financial analytics also have limited coverage (no equities).