listMemories
Retrieve all stored memories for the current project to audit saved context or detect duplicates.
Instructions
Return every memory stored for the current project, unfiltered and without ranking. Read-only; no side effects.
WHEN TO CALL: When you need a complete inventory of stored memories — to audit what has been saved, detect duplicates, or build a full summary of all known context.
WHEN NOT TO CALL: For normal context loading at session start — use retrieveMemories instead, which ranks by relevance. listMemories returns the entire store unfiltered and can be very large.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||