list_memories
List stored memories from the local database, newest first, with optional filters for category or project. Browse, audit, and check memory counts without modifying data.
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 |
|---|---|---|---|
| limit | No | Maximum number of memories to return. Default 50. Newest memories are returned first regardless of limit. | |
| project | No | Filter to a specific project. Omit to list memories across all projects. | |
| category | No | Filter to a single category. Omit to list memories across all categories. |