list_memories
Browse stored memories in chronological order to review recent activity, audit memory contents, or filter by category for targeted results.
Instructions
Browse your stored memories, ordered most recent first.
Unlike recall which searches by meaning, this returns memories
in chronological order — useful for reviewing recent activity.
Use this when:
Browsing recent memories:
list_memories(limit=10)Reviewing all decisions:
list_memories(category="decision")Checking what's been stored:
list_memories(category="project", limit=50)Auditing memory before cleanup
Args: category: Optional filter — only return memories with this tag. One of: preference, fact, decision, idea, project, person, general. Omit to see all categories. limit: How many to return (default 20, max 100).
Returns: A list of memories with IDs, content, category, importance, and timestamps. Returns an empty list if no memories exist (or none match the filter).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |