memory.list
List all project memory entries with pagination, returning total count. Supports filtering by scope and truncating content.
Instructions
List all memory entries for a project with pagination. Use when you need to see all memories, not just search results. Returns total_count so you know how many exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (1-500, default 50) | |
| scope | No | Filter by scope. Omit to list across all scopes. | |
| offset | No | Offset for pagination (default 0) | |
| project_id | No | Project identifier (auto-detected from project_root if not provided) | |
| project_root | No | Project root directory | |
| max_content_length | No | Truncate content to this many characters. Truncated results include truncated:true. Omit to return full content. |