list_memories
Browse all stored memories from your local SQLite database, ordered newest first. Filter by category or project to audit memory contents and check counts.
Instructions
List stored memories from the local SQLite database, ordered newest first. Unlike search_memory, this does not require a query — it returns all memories matching the optional filters. Read-only; does not modify any data. Use to browse what has been stored, audit memory contents, or check memory counts per category or project. Returns an array of memories with id, content, category, importance, project, and created_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter to a single category. Omit to list memories across all categories. | |
| project | No | Filter to a specific project. Omit to list memories across all projects. | |
| limit | No | Maximum number of memories to return. Default 50. Newest memories are returned first regardless of limit. |