rememb_read_page
Fetch a paginated slice of entries with server-side content truncation, enabling browsing of large memory stores without overwhelming the context window.
Instructions
Read a paginated slice of entries with server-side truncation. Best for browsing large stores without flooding the context window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | No | Optional section filter: project, actions, systems, requests, user, context | |
| tag | No | Optional exact tag filter applied before pagination | |
| offset | No | Zero-based page offset | |
| limit | No | Maximum entries to return | |
| sort_by | No | Sort order before pagination | storage |
| descending | No | Reverse the selected sort order | |
| summary_only | No | Render a compact one-line summary per entry | |
| max_chars | No | Maximum characters of content to include per entry |