List Memories
list_memoriesRetrieve stored memories for a user with visibility status (private or team) to review, manage, or find specific memories for updates or deletion.
Instructions
List stored memories for a user with their visibility status (private or team). Use when the user wants to see what's remembered, review team vs private memories, or find a memory to update/delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | User to list memories for | |
| limit | No | Max results to return | |
| offset | No | Pagination offset | |
| namespace | No | Memory namespace (default: from env or 'default') | |
| visibility | No | Filter by visibility. Omit to see both. | |
| team_id | No | Team ID to include team memories. Defaults to SMARA_TEAM_ID env var. |