Skip to main content
Glama
albinjal

multi-agent-debate-mcp

by albinjal

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
multiagentdebateA

Structured multi‑persona debate tool.

Call sequence (typical):

  1. Each persona registers once with action:"register".

  2. Personas alternate action:"argue" (fresh point) or "rebut" (counter a targetAgentId).

  3. A special persona (or either side) issues action:"judge" with a verdict text (first line should be "pro", "con", or "inconclusive").

  4. Set needsMoreRounds:false only when the debate is finished and a verdict stands.

Parameters:

  • agentId (string) : "pro", "con", "judge", or any custom ID

  • round (int ≥1) : Debate round number

  • action (string) : "register" | "argue" | "rebut" | "judge"

  • content (string, optional) : Argument text or verdict

  • targetAgentId (string opt.) : Agent being rebutted (only for action:"rebut")

  • needsMoreRounds (boolean) : True if additional debate rounds desired

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/albinjal/multi-agent-debate-mcp'

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