memory_list
List stored memories with metadata and content previews. Filter by exact category or prefix, and paginate results to locate relevant entries.
Instructions
List memories in the vector store (no embeddings returned, only metadata + content preview). Filter by exact category or category prefix (e.g. 'project::' to list one project's memories); paginate with limit/offset. Returns id + category + source + content preview per row. Use memory_stats for counts/breakdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (default 50, capped 200). | |
| offset | No | Skip rows for pagination (default 0). | |
| category | No | Exact category match. | |
| category_prefix | No | Category prefix match (appends %). e.g. 'global:', 'project:<PROJECT>:'. |