Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
T3_MCP_STATE_DIRNoOptional directory path for storing state. If omitted, the platform state directory outside the repository is used.

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
add_environmentC

Pair a T3 Code environment directly and save its scoped session for future MCP requests.

list_environmentsA

List saved T3 Code environments without returning credentials.

list_projectsA

List projects from one explicitly selected T3 Code environment.

start_turnA

Create a thread and submit its first turn in an explicitly selected environment and project.

continue_turnB

Submit a new turn to an explicitly selected existing thread.

get_threadA

Read one thread from an explicitly selected environment with bounded, paginated history.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct resource and action: projects vs environments vs threads, and actions are clearly separated (list, add, start, continue, get). No ambiguity in purpose.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (list_projects, add_environment, start_turn, etc.), making the API predictable and easy to navigate.

Tool Count5/5

Six tools is well-scoped for managing environments and thread interactions; each tool has a clear role and the count feels neither bloated nor sparse.

Completeness4/5

The core workflows of environment setup and thread lifecycle (start, continue, read) are covered, but operations like deleting environments or listing threads are missing, which agents may occasionally need.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive