turingmind_list_memory
Retrieve paginated memory entries filtered by category, status, scope, and security tags.
Instructions
List memory entries with filtering and pagination. Supports filtering by category, status, scope, and security tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| repo | Yes | Repository (owner/repo) | |
| limit | No | Items per page | |
| scope | No | Filter by scope | |
| branch | No | Filter by git branch (requires TURINGMIND_BRANCH_MEMORY=1) | |
| search | No | Search content | |
| status | No | Status filter | all |
| category | No | Memory category filter | all |
| security_tag | No | Filter by security tag | |
| include_other_branches | No | Include deprioritized memories from other branches |