Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
XAI_API_KEYNoAPI key for xAI/Grok provider.
GEMINI_API_KEYNoAPI key for Google Gemini provider.
OPENAI_API_KEYNoAPI key for OpenAI provider.
ANTHROPIC_API_KEYNoAPI key for Anthropic provider.
MCP_SECOND_OPINION_PROFILENoProfile controlling which model each provider uses: flagship, balanced, or cheap.flagship
MCP_SECOND_OPINION_TIMEOUTNoPer-provider timeout in seconds.30
MCP_SECOND_OPINION_SELF_SKIPNoProvider key to omit from panel (openai, gemini, anthropic, grok). Useful when the host is itself one of the panelists.
MCP_SECOND_OPINION_MAX_TOKENSNoCap on rival output length.2048

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
ask_other_modelB

Ask a single rival LLM for a second opinion.

ask_the_panelA

Convene a panel of all enabled rival LLMs in parallel.

Returns labeled answers from each enabled provider, with per-slot error fields for any that failed or are not configured.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clear boundaries: ask_other_model queries a single rival LLM, while ask_the_panel convenes all enabled LLMs in parallel. There is no meaningful overlap between the two modes.

Naming Consistency5/5

Both tool names follow a consistent 'ask_<target>' pattern with distinct nouns. This makes the tool set predictable and easy to understand.

Tool Count4/5

Two tools is on the thin side, but it exactly matches the server's stated purpose: get a single second opinion or a panel opinion. Each tool earns its place with no redundancy.

Completeness4/5

The core use cases of requesting a single rival model or all enabled models are fully covered. A minor gap is the absence of a way to select a specific subset of models, but that may be configuration-level rather than tool-level.

Maintenance

ActivityMaintained
ResponsivenessNo issues