Skip to main content
Glama

consensus

Assign stances to agents and collect their verdicts. Optionally synthesize outputs for a unified conclusion.

Instructions

Multi-agent verdict with optional stance assignment + optional synthesis.

Use cases:

  • Force productive disagreement: stances=["for", "against", "neutral"]

  • Lightweight cross-validation when debate is overkill (one round per agent)

  • Explicitly named perspectives instead of implicit consensus

Distinct from consult_parallel because each agent can get a stance-steered prompt; distinct from debate (IT-003) because it's one round, not round-robin.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentsYes
questionYes
stancesNo
personaNodefault
synthesizerNo
timeout_secondsNo
Behavior3/5

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

Without annotations, the description carries full burden. It discloses the one-round nature and stance-steering per agent, but lacks details on side effects, return format, or state modifications. Adequate but not thorough.

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 well-structured with use cases and differentiation, concise with no redundant sentences. Every part adds value, though it could be slightly more compact.

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?

Given the tool's complexity (6 params, no output schema, no annotations), the description covers purpose, usage, and key behaviors fairly well. It lacks return value details but is still reasonably complete.

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 description must compensate. It explains the 'stances' parameter with an example, but does not describe agents, question, persona, synthesizer, or timeout_seconds. Partial compensation.

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 produces a 'multi-agent verdict' with optional stances and synthesis, which is a specific verb and resource. It also differentiates from sibling tools like consult_parallel and debate, enhancing clarity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit use cases are provided (force disagreement, lightweight cross-validation, explicit perspectives) along with clear distinction from two sibling tools, telling the agent when to use this tool versus alternatives.

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/oblogin/consult-mcp'

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