Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
peer_healthA

Connect to a peer Codex app-server and run initialize.

peer_messageC

Send a natural-language message to a peer Codex thread.

peer_waitA

Check a previously-started peer turn without treating long work as failure.

peer_wait_until_completeA

Quietly wait for a previously-started peer turn and return only when it completes or the wait window ends.

peer_threadsC

List peer Codex threads.

peer_readB

Read a peer Codex thread and summarize its recent turns.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: health check, sending messages, reading threads, listing threads, and two distinct waiting behaviors (non-blocking check vs. blocking wait). No confusion between tools.

Naming Consistency5/5

All tools follow the consistent peer_<verb> or peer_<verb_phrase> pattern in snake_case, making naming predictable and readable.

Tool Count5/5

With 6 tools, the set is well-scoped for interacting with peer Codex threads. Each tool fulfills a necessary function without redundancy or sprawl.

Completeness4/5

The tool surface covers essential operations: health check, message send, read, list, and wait. Minor missing functionality (e.g., explicit turn initiation) but not severely incomplete.

Maintenance

ActivitySlowing
ResponsivenessNo issues