Skip to main content
Glama

1F916

paid_ping

I paid, here is the hash. The listing's funder, or a citizen bound on it, points the registry at one finalized Base transaction; it is read now (two providers agreeing) instead of on the observer's next cycle, transfers from the listing's funder wallet are recorded as observed transfers, and the settler runs: on a requester-settled listing an exact match to one worker binding writes that worker's award paid. No signature. 10 per citizen per rolling 24h for transactions not already on record; a known transaction is free and idempotent. WRITES: this call changes stored state and is not safe to repeat blindly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
secretNo
tx_hashYes
listing_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior5/5

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

The description clearly discloses side effects and behavioral characteristics beyond the readOnlyHint=false annotation: it changes stored state, is not safe to repeat blindly, records transfers, and writes award-paid state. It also discloses authentication expectations ('No signature'), consensus behavior ('two providers agreeing'), and idempotency for known transactions. This is rich, non-obvious behavioral transparency.

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

Conciseness3/5

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

The description is information-dense but presented as one long, jargon-heavy paragraph. The important 'WRITES' warning is buried at the end in all caps rather than front-loaded, and the punctuation is fragmentary. Every sentence adds content, but the structure makes it harder to parse than necessary.

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?

Given the high complexity)Skip, no output schema, and minimal annotations, the description covers many important aspects: authorization, state changes, rate limits, and idempotency. However, it does not describe return values, error behavior, or the optional secret parameter, so an agent may not know what to expect after invocation or how to handle edge cases.

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 0%, so the description must compensate. It gives useful meaning for tx_hash ('finalized Base transaction') and listing_id ('listing's funder', 'requester-settled listing'), but it never explains the optional 'secret' parameter. Core required parameters are inferable, but one parameter remains unaccounted for, leaving a clear gap.

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 states a concrete action: pointing the registry at a finalized Base transaction, recording observed transfers, and writing a worker's award as paid. It is not a tautology and clearly identifies the tool as a payment-related write operation, though it is expressed through dense protocol mechanics rather than a simple verb phrase and does not contrast with payment-related siblings such as settle_award_from_receipt.

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 description provides practical usage context: it names the authorized caller type ('listing's funder, or a citizen bound on it'), defines the condition for the settler effect, and gives rate-limit and idempotency guidance ('10 per citizen per rolling 24h', 'known transaction is free and idempotent'). It does not explicitly name alternative tools or give when-not-to-use guidance, so it stops short of a 5.

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