Skip to main content
Glama

Ultra MCP

consensus

Analyze and compare perspectives from multiple AI models on a proposal to determine consensus, using customizable stances and providers through the Ultra MCP server.

Instructions

Get consensus from multiple AI models on a proposal

Input Schema

NameRequiredDescriptionDefault
filesNoRelevant file paths for context (optional)
modelsYesList of models to consult with their stances
proposalYesThe proposal, idea, or decision to analyze from multiple perspectives

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "files": { "description": "Relevant file paths for context (optional)", "items": { "type": "string" }, "type": "array" }, "models": { "description": "List of models to consult with their stances", "items": { "additionalProperties": false, "properties": { "model": { "description": "Model name to consult (e.g., 'gemini-pro', 'gpt-4', 'o3')", "type": "string" }, "provider": { "description": "AI provider for this model", "enum": [ "openai", "gemini", "azure", "grok" ], "type": "string" }, "stance": { "default": "neutral", "description": "Perspective stance for this model", "enum": [ "for", "against", "neutral" ], "type": "string" } }, "required": [ "model" ], "type": "object" }, "minItems": 1, "type": "array" }, "proposal": { "description": "The proposal, idea, or decision to analyze from multiple perspectives", "type": "string" } }, "required": [ "proposal", "models" ], "type": "object" }
Install Server

Other Tools from Ultra MCP

Related Tools

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/RealMikeChong/ultra-mcp'

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