memcp_peek_chunk
Read a specific chunk from a chunked context to retrieve knowledge stored in persistent memory without consuming context window tokens.
Instructions
Read a specific chunk from a chunked context.
Args:
context_name: Context name
chunk_index: Chunk number (0-indexed)
start: Start line within chunk (1-indexed, 0 = from beginning)
end: End line within chunk (1-indexed, inclusive, 0 = to end)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| start | No | ||
| chunk_index | Yes | ||
| context_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |