rememb_read_page
Read a paginated slice of entries with server-side truncation to prevent overwhelming the context window. Supports filters by section, tag, and sort order.
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 |
|---|---|---|---|
| tag | No | Optional exact tag filter applied before pagination | |
| limit | No | Maximum entries to return | |
| offset | No | Zero-based page offset | |
| section | No | Optional section filter: project, actions, systems, requests, user, context | |
| sort_by | No | Sort order before pagination | storage |
| max_chars | No | Maximum characters of content to include per entry | |
| descending | No | Reverse the selected sort order | |
| summary_only | No | Render a compact one-line summary per entry |