Skip to main content
Glama
itto-ki
by itto-ki

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CODEX_MODELNoModel to use (default: gpt-5)gpt-5
CODEX_TIMEOUTNoExecution timeout in milliseconds (default: 300000)300000
OPENAI_API_KEYNoOpenAI API key for authentication (optional, uses ChatGPT login if not provided)

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
codex_consultB

Technical consultation for architecture decisions, design patterns, technology choices, and implementation strategies

codex_reviewA

Review code for a feature, component, or Git changes. Codex analyzes the relevant implementation or modified files, providing contextual feedback and improvement suggestions

codex_explainA

Explain code, features, or changes. Codex examines the implementation, Git history, or conceptual design to provide comprehensive explanations

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 3 tools

Disambiguation4/5

The three tools are largely distinct: consult is clearly separate, while explain and review both analyze code but differ in intent (understanding vs. critique). This boundary is clear enough for most cases, though explain and review could still be confused in edge scenarios.

Naming Consistency5/5

All tool names follow the same predictable pattern: codex_ prefix plus a lowercase imperative verb in snake_case. The naming is consistent and each verb clearly reflects the tool's purpose.

Tool Count4/5

Three tools is at the low end of the typical range, but each covers a distinct architect-focused activity: explain, consult, and review. The count is reasonable for a narrow assistant, though a broader architecture server could justify more tools.

Completeness4/5

The toolset covers core advisor-style workflows: understanding code, getting technical guidance, and reviewing changes. It lacks generative or planning tools, but that appears acceptable for an architect/consultant role rather than an active coding agent.

Maintenance

ActivityInactive
ResponsivenessNo issues