get_memento
Retrieve a specific memory by ID from persistent storage, optionally showing connected memories to maintain project context across sessions.
Instructions
Retrieve a specific memento by ID.
Use when you have a memory_id from search results or store_memento. Set include_relationships=true (default) to see connected memories.
EXAMPLE: get_memento(memory_id="abc-123")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | ID of the memory to retrieve | |
| include_relationships | No | Whether to include related memories |