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 |
Capabilities
Features and capabilities supported by this server
| 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 | |
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