Skip to main content
Glama

Check a deliverable against its task

accept

Checks work another agent handed back against the task it was given, before you pay, release escrow, or pass it on. Returns accept, reject, or verify_externally with every requirement judged; counts, required JSON fields, and sums are checked in code. Optional payment_tx is verified on chain. $0.03 base. Paid per call in USDC over x402 (Base, or free test USDC on Base Sepolia). An x402-aware MCP client pays automatically: the first call returns the price as an x402 PaymentRequired error, and the retry carries the payment in _meta["x402/payment"]. Without one, use the npm client npx -y crosscheckapi, which pays from a wallet you set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoOptional: the hash of a crosscheck receipt that brought you here. Its wallet earns check credits from your first 90 days of spend.
taskYesThe task as given to the other agent
referenceNoOptional reference material the task points to
payment_txNoOptional transaction hash of the payment for this work
deliverableYesWhat came back
payment_networkNoNetwork of payment_tx, for example eip155:8453

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / ref
      Added value: +{
      +  "description": "Optional: the hash of a crosscheck receipt that brought you here. Its wallet earns check credits from your first 90 days of spend.",
      +  "pattern": "^[0-9a-f]{64}$",
      +  "type": "string"
      +}
  2. First observed

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations at all, the description carries the full disclosure burden, and it does so thoroughly. It states the three return values, reveals that counts, required JSON fields, and sums are checked in code, notes that payment_tx is verified on chain, and fully explains the unusual x402 payment flow including the PaymentRequired error and retry mechanism. Cost is also disclosed. This is exemplary transparency.

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 longer than average, but every sentence earns its place—core function, return behavior, cost, and the non-obvious payment protocol are all necessary. The structure is front-loaded with the tool's main purpose, followed by return semantics and then payment details, which is a logical and efficient ordering.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This is a paid, externally-dependent tool with no output schema and no annotations, so the description must cover invocation, cost, and return values—and it does all of these. It even explains the client-side payment retry protocol and how to use the fallback npm client, leaving little room for guesswork. The term 'verify_externally' is not expanded, but it is reasonably self-explanatory given the context.

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 description coverage is 100%, so the baseline is 3. The description adds meaningful value beyond the schema: it clarifies that payment_tx is verified on chain and that checks in code cover counts, required JSON fields, and sums, which gives task and deliverable real semantic weight. This justifies a point above baseline.

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 precise verb-resource pair: 'Checks work another agent handed back against the task it was given.' It clearly explains the purpose and the pre-payment/escrow context, and the unique return values (accept, reject, verify_externally) help separate it from vague siblings like 'check' and 'result'. However, it never explicitly names a sibling or contrasts itself, so it stops just short of full differentiation.

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 gives clear trigger conditions: 'before you pay, release escrow, or pass it on.' It also explains how to invoke payment, either through an x402-aware MCP client or the npm client, which is important operational guidance. But it does not discuss when to prefer alternative sibling tools or what would make this tool inappropriate, so it lacks explicit when-not guidance.

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.