Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ROAMPAL_INSPECT_ONLY | No | Set to 1 to skip backend startup for inspection |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_memory | Search across memory collections for relevant context |
| add_to_memory_bank | Store permanent facts about the user |
| update_memory | Update an existing memory |
| delete_memory | Delete a memory by ID |
| score_memories | Score previous exchange outcomes |
| record_response | Store key takeaways from significant exchanges. NOT for permanent preferences or standing rules — use add_to_memory_bank for those. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |