Skip to main content
Glama

lawbor_quorum

Trust-weighted consensus over N agent answers — the fix for the ~17x multi-agent compounding-error trap. Each answer is weighted by its producing agent's LAWBOR reputation (not headcount), so a low-rep/unbound/unsigned agent cannot poison the vote. Returns the quorum answer + confidence + per-agent weights. Optional per-submission signature gates inclusion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
questionNoOptional label for the task.
submissionsYesAgent answers to weigh.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. Added

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries full burden. It explains weighting by reputation, prevention of poisoning by low-rep agents, optional signature gates, and return of quorum answer, confidence, and weights. It is transparent but omits potential failure modes (e.g., unachievable quorum).

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?

The description is four sentences, front-loaded with the core purpose, and avoids unnecessary detail. It is efficient but slightly verbose with the '~17x' claim. No structural issues.

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 moderate complexity (nested submissions array, optional signature, no output schema), the description covers inputs and key behaviors but lacks detail on return format beyond names, potential errors, or confidence interpretation. Adequate but not comprehensive.

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 100%, baseline 3. The description adds meaning by explaining the purpose of reputation weighting, the role of signatures in inclusion, and constraints like min/max submissions. This goes beyond the schema's basic types and requirements.

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 the tool computes trust-weighted consensus over agent answers, explicitly using LAWBOR reputation to avoid compounding errors. It distinguishes itself from sibling tools like lawbor_council by focusing on weighted consensus rather than other operations.

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 implies usage when multiple agent answers exist and one wants weighted consensus, but gives no explicit when-not-to-use guidance or alternatives among sibling tools. The mention of 'fix for ... trap' provides context but not exclusionary criteria.

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.