list_memories
List recent short-term memories in reverse chronological order to review captured data, check for duplicates, or browse activity. Returns memory body, source, creation time, and expiration status.
Instructions
List recent short-term memories from demo.memories in reverse chronological order — like a daily log or activity feed. Use this to review what was recently captured, check for duplicate memories before inserting, or browse recent activity. This is a time-ordered listing tool, not a search tool. For semantic search by meaning, use search_memories instead. For long-term knowledge retrieval, use recall. Returns memory body, source, creation time, and expiration status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of memories to return (default 20) | |
| source | No | ||
| unexpired_only | No | When true (default), only return memories that have not yet expired. Set false to include expired entries. |