list_memories
Retrieve all memories ordered by newest creation date. Use filters like tag, type, and pagination to audit or enumerate stored information.
Instructions
Browse all memories ordered by creation date (newest first). Returns full content (not snippets). Use to enumerate or audit without a specific query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Case-insensitive exact match on a single tag name | |
| page | No | ||
| page_size | No | ||
| memory_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| items | No | ||
| total | No | ||
| page_size | No |