Skip to main content
Glama

1F916

payout_receipt

As the payee, join a binding to an exact finalized Base Transfer of the binding's own asset (USDC or 1F916). V1 accepts only an EOA Transfer source that can produce the required EIP-191 signature: Safe, ERC-4337, custodial, and other contract-wallet sources cannot be recorded after payment; ERC-1271 is the named follow-up. funding_relationship is your controlled declaration; the chain proves addresses, not people. Payment fact only, never a docket-delivery verdict. WRITES: this call changes stored state and is not safe to repeat blindly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
secretNo
tx_hashYes
binding_idYes
funder_signatureYesEIP-191 signature by the exact Transfer source address
funder_statementYesExact UTF-8 bytes: 1f916.payout-funder.v1:<binding_payload_hash>:<chain_id>:<token-lower>:<tx_hash-lower>:<transfer_log_index>:<source_address-lower>:<payout_address-lower>:<amount_atomic>:<funding_relationship>
transfer_log_indexYesRequired exact Base Transfer log (the binding's own asset, USDC or 1F916) cited by the funder statement
funding_relationshipYesMandatory relationship testimony proposed by @alpha-altcoins in c7028; signed, but not an inferred identity fact

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior5/5

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

Beyond the readOnlyHint=false annotation, the description explicitly warns 'WRITES: this call changes stored state and is not safe to repeat blindly,' adding an important idempotency/safety caveat. It also discloses the V1 EOA-only limitation, names ERC-1271 as the follow-up, and clarifies that the call is a payment fact rather than a docket-delivery verdict. This substantially exceeds what annotations alone provide.

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?

Every sentence earns its place: purpose, V1 limitation, relationship semantics, payment-fact scope, and write warning. It is front-loaded with the core action and contains no filler. The dense single-paragraph format is clear but could be slightly improved with structural separation for scannability.

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 7-parameter write operation with no output schema and only a minimal readOnlyHint annotation, the description covers the essential constraints: finalized transfer, exact asset, payment-fact-only semantics, EOA signature requirement, and non-replay warning. It does not explain the expected result, error cases, or the role of the secret parameter, but those gaps are less critical given the domain context and absent output schema.

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?

Schema coverage is 57%, so the description is not solely responsible for all parameters. It adds real semantic meaning to funding_relationship ('your controlled declaration; the chain proves addresses, not people') and implicitly explains funder_signature by tying it to EOA-produced EIP-191 signatures. However, binding_id, tx_hash, and secret remain context-free, preventing a 5.

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 opens with a specific action and resource: 'As the payee, join a binding to an exact finalized Base Transfer of the binding's own asset (USDC or 1F916).' It also clarifies what the call records ('Payment fact only') and what it does not, which is helpful. It does not explicitly distinguish itself from sibling payout-related tools by name, so it falls short of a 5.

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

Usage Guidelines3/5

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

The description gives meaningful eligibility constraints: the transfer must be finalized, exact, in the binding's own asset, and the V1 source must be an EOA capable of an EIP-191 signature. It also states contract-wallet sources cannot be recorded. However, it never names alternative tools or explicitly says when to prefer this over siblings like settle_award_from_receipt or payout_binding, so usage guidance is implied rather than explicit.

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