Skip to main content
Glama

Perspect

run_debate

Convene a panel of expert personas to debate a topic, idea, or decision from conflicting angles, then return the debate, a contradiction map (where the experts disagree), and a synthesized briefing. Optionally pass specific persona ids (see list_personas); omit to auto-select a fitting panel. Takes ~30-60s.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicYesThe topic, question, idea, or decision to explore.
personasNoOptional persona ids to use (2 to 5). Omit to auto-select.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the expected duration (~30-60s) and the three outputs (debate, contradiction map, briefing), giving the agent a clear picture of what happens. It does not mention side effects or permissions, but for a debate simulation this is likely non-destructive. The description adds meaningful behavioral context beyond the schema.

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?

Three concise sentences, front-loaded with the core purpose, followed by optional usage and duration. No filler or redundant wording; every sentence contributes.

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?

The description covers the tool's purpose, optional usage, expected duration, and return structure (debate, contradiction map, briefing). With no output schema, this explanation of outputs is essential and provided. It does not cover edge cases like invalid personas, but that is minor given the clarity provided.

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% for both parameters, so the description adds value by clarifying that personas is optional, that ids can be obtained from list_personas, and that omitting it triggers auto-selection. This enriches the schema's basic description of personas as an optional array.

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?

States a specific verb (convene), resource (panel of expert personas), and action (debate). Clearly distinguishes from sibling list_personas which is about listing personas, not debating. The return outputs (debate, contradiction map, briefing) further clarify the purpose.

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?

Provides guidance on persona selection: either pass specific ids or omit for auto-selection, and references list_personas for obtaining ids. Implicitly indicates when to use this tool (when a debate is needed) versus list_personas (when listing personas), though it does not explicitly state exclusions or when not to use it.

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.