memory_list_tool
Browse and filter stored memories with pagination for auditing, exploring, or debugging memory contents in the Recall system.
Instructions
List memories with filtering and pagination.
Browse memories in the system with optional filters and pagination. Useful for auditing, exploring, or debugging memory contents.
Args: namespace: Filter by namespace (optional) memory_type: Filter by type (optional) limit: Maximum number of results (default: 100, max: 1000) offset: Number of results to skip for pagination (default: 0) order_by: Field to sort by (default: 'created_at', options: 'created_at', 'accessed_at', 'importance', 'confidence') descending: Sort in descending order (default: True)
Returns: Dictionary with list of memories and pagination info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | No | ||
| memory_type | No | ||
| limit | No | ||
| offset | No | ||
| order_by | No | created_at | |
| descending | No |