List memories
list_memoriesBrowse recent memories filtered by collection, tags, or memory type to find specific information.
Instructions
List recent memories. Filter by collection, tags, or type to browse one group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tags. A tag like project:my-app also sets collection automatically. | |
| type | No | Memory category: general, preference, fact, instruction, or conversation. Omit to include all types. | |
| limit | No | How many memories to return. Omit for server default (20). Capped per your plan. | |
| group_id | No | UUID of a shared group. Required with visibility=shared when group_name is not set. | |
| collection | No | Scope slug (e.g. project:memxus, personal:preferences). GitHub/Notion connector syncs use project:<slug> — one collection per project. Partial names work; call list_collections when unsure. | |
| group_name | No | Exact group name (case-insensitive). Alternative to group_id for shared memories. | |
| visibility | No | Optional. Defaults to user dashboard preference (private unless include_group_memories_in_context is on). | |
| full_content | No | When true, return full memory text instead of a 120-character preview. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of memories listed. | |
| message | Yes | Human-readable listing (same as content text). | |
| memories | Yes | Recent memories matching filters. |