memory_list
Browse and audit stored memories in reverse-chronological order, with optional filters for entity, space, or status. Use to review or cleanup entries, including stale or superseded ones.
Instructions
List recent memories in reverse-chronological order for review or cleanup, optionally filtered. Read-only. Use to browse or audit what is stored (including stale or superseded entries); use search or pack for relevance-ranked retrieval against a query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of memories to return. Default 20. | |
| space | No | Restrict to a single memory space (namespace). | |
| status | No | Filter by lifecycle status (e.g. active, superseded, tombstoned). Omit for active memories. | |
| entity_key | No | Restrict to memories linked to this entity key. | |
| include_source | No | If true, reveal provenance/source metadata. Default false. | |
| include_content | No | If true, return each memory's full text instead of a snippet. Default false. |