Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| create_memory | Create a new memory/tidbit. Returns the created memory with its id. |
| upvote_memory | Upvote a memory. Provide voter_id to enforce one vote per session. |
| downvote_memory | Downvote a memory. Provide voter_id to enforce one vote per session. |
| unvote_memory | Remove a prior vote from a memory by voter_id. |
| list_memory | List all memories sorted by votes descending (most upvoted first). |
| get_memories | Get the list of memories.If voter_id is not provided, a new one is generated and included in the response for use in subsequent votes. |
| remove_memory | Remove a memory by id. |
| create_voter_id | Generate a new unique voter_id for this agent session. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |