recall_memory
:
Instructions
Retrieve previously saved memories from persistent storage. Returns a JSON object with a memories array, each entry containing key, value, and type. Use this at the start of every session to restore context, installed skills, and user preferences. Returns an empty array if no memories exist. Filter by type to retrieve only specific categories of memories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter memories by type. Omit to get all memories. |