memory_list
Browse and filter memories by scope, namespace, department, or document type with pagination, sorting, and bi-temporal queries for historical snapshots.
Instructions
Browse memories with filtering and pagination. Supports sorting by creation date, update date, or title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Memory scope for isolation | |
| namespace | No | Namespace within scope (e.g., project name, team name) | |
| department | No | Department (e.g., legal, engineering, hr, sales, finance) | |
| document_type | No | Type of document (e.g., contract, policy, code, incident, decision) | |
| limit | No | Maximum results to return | |
| offset | No | Skip this many results for pagination | |
| sort_by | No | Field to sort results by | created_at |
| sort_order | No | Sort direction | desc |
| as_of | No | ISO 8601 point-in-time: return memories that were valid at this instant (bi-temporal). Defaults to currently-valid memories when omitted. Must be a full ISO-8601 timestamp (date + time + zone); a date-only or non-padded value is rejected to avoid a silently-wrong lexicographic slice. |