Skip to main content
Glama

Next debate turn

debate_next_turn

Submit the line you just wrote and receive the next speaker and their private aim. Keep calling this until it returns done. Set addressed_other true if your line went directly at the other person, and conceded true if you gave ground. Only reachable after debate_two_people.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
saidYesThe single line you just wrote, in character.
concededNoDid you give ground?
session_idYesFrom debate_two_people.
addressed_otherNoDid your line go directly at the other person?

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Beyond the annotations, the description discloses that the tool advances a stateful debate, returns the next speaker and their private aim, and eventually signals completion with 'done'. This is useful behavioral context that the false readOnly/idempotent hints only partially convey.

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 tight sentences: purpose first, then loop termination, then flag semantics, followed by a precondition. Every sentence earns its place and the critical usage constraint is front-loaded.

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?

With no output schema, the description adequately explains what the tool returns (next speaker, private aim, and a done signal) and how to sequence calls. It could say a bit more about what 'done' means or any failure modes, but the core loop is 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 coverage is 100%, so the baseline is 3. The description adds minor clarification for addressed_other and conceded, but these largely restate the schema descriptions. It does not add significant new parameter meaning beyond what the input schema already provides.

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 action: submit the line you wrote and receive the next speaker and their private aim. It also distinguishes this from the sibling debate_two_people by framing it as the continuation of an ongoing debate turn.

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?

Explicitly says to keep calling until it returns done, which defines the loop usage. It also states the prerequisite: only reachable after debate_two_people, giving a clear when-to-use and when-not-to-use condition.

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.

Resources