List Memories
montycat_list_memoriesBrowse stored memories to review what has been remembered. List records by key, ordered by recency, with configurable limit and keyspace.
Instructions
Browse stored memories — enumerate what is remembered, not search by meaning.
Returns up to limit records with their keys. Use this to review or list
memory; for meaning-based recall use montycat_semantic_search, and for exact
lookups use montycat_recall.
Args: keyspace: Memory namespace (defaults to the configured one). limit: Max records to return (default 25). recent: Return the most recently written records first (default True). Persistent keyspaces order by key, which is a strict write order; in-memory keyspaces have no ordered read, so there the bias stays approximate (by storage volume) and falls back to a full scan when the latest volume is empty. Pass False to read from the oldest record forward.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| scope | No | ||
| recent | No | ||
| keyspace | No |