Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RLM_SUB_MODELNoClaude model used for llm_query()claude-haiku-4-5-20251001
RLM_MAX_SESSIONSNoMax concurrent sessions5
ANTHROPIC_API_KEYNoRequired for llm_query() only. Uses Anthropic's API (Claude).
RLM_SESSION_TIMEOUTNoSession timeout in minutes10

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
rlm_startB

Start an RLM exploration session. Returns session_id, metadata, limits, and available functions. Set include_guidance=true to include strategy/example coaching text.

rlm_executeA

Execute Python in the session sandbox. detail_level controls response payload size (compact, usage, or full).

rlm_endA

End an RLM exploration session and free resources.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: starting, executing, and ending a session. No overlap.

Naming Consistency5/5

All tools share the 'rlm_' prefix followed by a clear verb (start, execute, end), forming a consistent pattern.

Tool Count5/5

Three tools cover the full session lifecycle efficiently without excess or deficiency.

Completeness5/5

The set provides complete lifecycle coverage for RLM sessions: start, execute, end. No obvious gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues