Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZAI_URLNoOverride default Z.ai API URLhttps://open.bigmodel.cn/api/paas/v4/chat/completions
ZAI_MODELNoOverride default Z.ai modelglm-4-plus
CLAUDE_URLNoOverride default Claude API URLhttps://api.anthropic.com/v1/messages
OPENAI_URLNoOverride default OpenAI API URLhttps://api.openai.com/v1/chat/completions
ZAI_API_KEYNoYour Z.ai API key (or ZHIPU_API_KEY)
CLAUDE_MODELNoOverride default Claude modelclaude-sonnet-4-5
DEEPSEEK_URLNoOverride default DeepSeek API URLhttps://api.deepseek.com/chat/completions
GEMINI_MODELNoOverride default Gemini modelgemini-2.5-flash
OPENAI_MODELNoOverride default OpenAI modelgpt-4o
DEEPSEEK_MODELNoOverride default DeepSeek modeldeepseek-chat
GEMINI_API_KEYNoYour Google Gemini API key
OPENAI_API_KEYNoYour OpenAI API key for GPT models
DEEPSEEK_API_KEYNoYour DeepSeek API key
ANTHROPIC_API_KEYNoYour Anthropic API key for Claude models
OPENAI_COMPATIBLE_URLNoCustom OpenAI-compatible API endpoint URL
OPENAI_COMPATIBLE_MODELNoModel name for custom OpenAI-compatible endpoint
OPENAI_COMPATIBLE_API_KEYNoAPI key for custom OpenAI-compatible endpoint

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ask_seniorC

General purpose consultation with a senior AI developer mentor.

code_reviewC

Request a code review from a senior AI developer.

architecture_adviceB

Get architecture and design pattern recommendations from a senior AI.

reset_historyB

Clear the conversation memory/history.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 4 tools

Disambiguation3/5

The tools have overlapping purposes that could cause confusion, particularly between 'architecture_advice' and 'ask_senior' which both involve consulting a senior AI. However, 'code_review' and 'reset_history' are clearly distinct, and descriptions help differentiate the general consultation from specific architecture advice.

Naming Consistency4/5

The naming follows a consistent snake_case pattern throughout, with clear verb_noun structures like 'get_architecture_advice' implied. Minor deviations exist, such as 'ask_senior' being less descriptive than others, but overall the conventions are readable and predictable.

Tool Count4/5

With 4 tools, the count is reasonable for a consultation server, covering core functions like advice, review, and history management. It's slightly lean but well-scoped, with each tool earning its place without feeling excessive or insufficient for the domain.

Completeness3/5

The tool set covers key consultation aspects like advice and code review, but there are notable gaps. For example, there's no tool for follow-up queries or iterative feedback, which could limit agent workflows. The surface is functional but not fully comprehensive for a senior consultation domain.

Maintenance

ActivityInactive
ResponsivenessNo issues