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

Capabilities

Features and capabilities supported by this server

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stefanoshea/rlm-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server