list_memories
List stored memories filtered by type and tags. Paginated output helps manage large collections.
Instructions
List stored memories, optionally filtered by type and/or tags. Paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tag filter — memories must have ALL listed tags (intersection). Can also be passed as a comma-separated string. | |
| type | No | Optional filter — only list memories of this type | |
| limit | No | Max results per page (default 50). | |
| offset | No | Skip this many results (default 0). |