Skip to main content
Glama

complete_judgment

Finalize a pending judgment receipt by submitting overall verdict, score, per-criterion results, reasoning, and confidence. Returns a signed receipt linked to the original.

Instructions

Submit evaluation results to finalize a pending judgment receipt created by judge_receipt. Records the verdict, overall score, per-criterion scores and reasoning, and confidence. The judgment receipt is re-signed with Ed25519 and linked to the original receipt via parent_receipt_id. Returns the judgment receipt ID, verdict, score, and chain ID. Use immediately after evaluating the prompt returned by judge_receipt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
judgment_receipt_idYesThe pending judgment receipt ID returned by judge_receipt
verdictYesOverall evaluation result: "pass" (meets threshold), "fail" (below threshold), or "partial" (mixed results)
scoreYesOverall quality score from 0.0 to 1.0
criteria_resultsYesArray of per-criterion results. Each item needs: criterion (name string), score (0.0-1.0), reasoning (explanation string)
overall_reasoningYesOverall explanation of the evaluation verdict
confidenceYesYour confidence in this evaluation, 0.0 to 1.0
Behavior3/5

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

No annotations provided, so description carries burden. Discloses that receipt is re-signed with Ed25519 and linked via parent_receipt_id, and returns certain fields. However, does not fully describe side effects or whether the operation is final/immutable.

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?

Description is four sentences, with first sentence stating purpose, followed by details of what it records, a technical detail, and usage instruction. It is concise and front-loaded, though could be slightly tighter.

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?

No output schema, but description explains returns (judgment receipt ID, verdict, score, chain ID). Covers technical detail (Ed25519 signing, parent_receipt_id). Explains that it finalizes a pending receipt. Lacks error conditions or idempotency but sufficient for a workflow completion tool.

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 has 100% description coverage, so baseline is 3. Description mentions parameters (verdict, score, criteria, confidence) but does not add significant detail beyond schema. The description adds process context (finalize, re-sign) but not new parameter semantics.

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 it submits evaluation results to finalize a pending judgment receipt, with specific verb 'complete_judgment' and resource. It distinguishes from sibling judge_receipt by mentioning 'finalize a pending judgment receipt created by judge_receipt' and 'Use immediately after evaluating the prompt returned by judge_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?

Explicitly says 'Use immediately after evaluating the prompt returned by judge_receipt', indicating the correct usage context. It does not explicitly mention when not to use, but the context of pending receipt implies a specific workflow step.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/webaesbyamin/agent-receipts'

If you have feedback or need assistance with the MCP directory API, please join our Discord server