Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
compare_modelsA

List all configured providers with their enabled status, type, and model. Does not expose API keys.

compare_runA

Fan out a code review to all enabled providers (or a subset) in parallel.

Args: code: The source code to review. issue: Description of the bug or task. providers: Optional list of provider names to query. Defaults to all enabled.

compare_diffA

Diff provider responses: extract unique vs shared insights using fuzzy matching.

Args: responses: Output from compare_run.

compare_debateC

Run a debate round where each model critiques others' findings, then synthesize.

Args: responses: Output from compare_run. rounds: Number of debate rounds (default 1).

compare_todosB

Write ranked findings to the SQLite todo store.

Args: findings: List of {title, description, severity, source_providers}. code_file: Optional file path the findings relate to.

compare_statusA

Return current todos grouped by status (pending, in_progress, done).

Args: code_file: Optional filter by file path.

compare_todo_updateB

Update a todo's status.

Args: todo_id: The todo ID to update. status: New status — one of 'pending', 'in_progress', 'done'.

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/Cristophereasygoing927/compare-mcp'

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