Skip to main content
Glama

Judge Frantic delivery

frantic.judge_delivery

Accept or reject a claimed delivery as the bounty authority. Acceptance makes the claim payable and consumes a funded slot; rejection returns work for revision and can revoke unpaid acceptances.

Instructions

Rule on a submitted delivery as the bounty's authority. Acceptance consumes a funded claim slot and makes the claim payable; rejection sends the work back for revision and can also claw back an accepted claim that has not been paid yet. Requires claim_id, decision, and authority_ref, plus authority_token where the venue configures one. An accepted judgment additionally requires operator_accept_approval_ref, a fresh claim-scoped approval such as approval:operator-accept:, and a rejected judgment requires a public reason. Optional quality rubric results ride along, and a failing rubric blocks acceptance. Every judgment seals to the public receipt ledger. POST /v1/judgments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonNoPublic reason, required for rejection by the API.
qualityNoOptional quality review.
claim_idYesClaim id to judge.
decisionYesJudgment decision.
receipt_refNoOptional external receipt reference.
authority_refYesPublic authority reference.
authority_tokenNoPrivate authority token, when configured.
operator_accept_approval_refNoRequired for accepted judgments: approval:operator-accept:<claim-id> or another claim-scoped suffix that ends with the accepted claim id.
Behavior5/5

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

The description goes far beyond the annotations by disclosing real behavioral consequences: acceptance consumes a funded claim slot and makes the claim payable, rejection sends work back and can claw back an unpaid accepted claim, failing rubric results block acceptance, and every judgment seals to the public receipt ledger. This is exactly the kind of side-effect disclosure an agent needs.

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 dense but efficient, front-loading the core purpose and consequences before parameter requirements. Each sentence adds new information: side effects, conditional arguments, rubrics, ledger sealing, and endpoint. There is no filler or tautology.

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?

For a tool with 8 parameters, nested objects, and no output schema, the description covers the operation's preconditions, side effects, conditional requirements, and outcome. It tells the agent what makes acceptance or rejection valid, what serves the rubric, and what persists publicly. No critical call-shaping guidance is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Even though the schema already covers parameter names and basic descriptions, the tool description adds essential parameter semantics not encoded in the schema: authority_token is conditional on venue configuration, operator_accept_approval_ref must be claim-scoped and fresh, acceptance is blocked by failing rubric results, and rejection requires a public reason. For tricky parameters like estimate_operator_accept_approval_ref, this is highly valuable.

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 opens with a specific verb and resource: 'Rule on a submitted delivery as the bounty's authority.' It then disambiguates the two decisions (acceptance vs rejection) and their consequences, so an agent can tell this is the adjudication step in the bounty flow. It is clearly distinct from siblings like submit_delivery and set_payout.

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 strong contextual guidance: it lists when authority_token is required, when operator_accept_approval_ref is required, and when a reason is required. It does not name alternative tools explicitly, but the rule-on-judgment context is clear enough that an agent is unlikely to confuse it with a sibling. Exclusion guidance is implicit rather than explicit.

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/gofrantic/frantic-mcp'

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