rlm-tools
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RLM_SUB_MODEL | No | Claude model used for llm_query() | claude-haiku-4-5-20251001 |
| RLM_MAX_SESSIONS | No | Max concurrent sessions | 5 |
| ANTHROPIC_API_KEY | No | Required for llm_query() only. Uses Anthropic's API (Claude). | |
| RLM_SESSION_TIMEOUT | No | Session timeout in minutes | 10 |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct purpose: starting, executing, and ending a session. No overlap.
All tools share the 'rlm_' prefix followed by a clear verb (start, execute, end), forming a consistent pattern.
Three tools cover the full session lifecycle efficiently without excess or deficiency.
The set provides complete lifecycle coverage for RLM sessions: start, execute, end. No obvious gaps.