memory_list
Retrieve project memories in reverse chronological order, with pagination support.
Instructions
List memories stored in the current project, ordered by creation time (newest first).
Args: limit: Maximum number of memories to return (default 20). offset: Number of memories to skip for pagination (default 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |