memcp_chunk_context
Breaks a loaded context into smaller, numbered parts for selective access. Supports line, paragraph, heading, character, or regex splitting with configurable size and overlap.
Instructions
Split a stored context into navigable numbered chunks.
Args:
name: Context name (must already be loaded)
strategy: Splitting strategy — auto, lines, paragraphs, headings, chars, regex
chunk_size: Size per chunk (lines for 'lines', chars for 'chars', tokens for 'paragraphs')
overlap: Overlap between chunks (lines or chars)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| overlap | No | ||
| strategy | No | auto | |
| chunk_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |