get_memento
Retrieve stored memories by ID to access specific solutions, facts, or decisions from a persistent knowledge base, including related memories when needed.
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 |