list_memories
Browse stored memories by filtering tags, ordering by newest or oldest, and paginating results. Audit or review memory categories without a search query.
Instructions
Enumerate memories with tag filtering, ordering, and pagination.
Use this to browse stored memories without requiring a search query — to audit memories, paginate through tag categories, or view memories in chronological or reverse-chronological order.
Filtering and ordering only — no embedding model or scoring is used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Only consider memories carrying all of these tags. | |
| limit | No | Maximum number of memories to return (default: 20). | |
| order | No | Sort order: "newest" (default) or "oldest". | newest |
| offset | No | Skip this many matching memories before returning `limit` of them. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||