memcp_get_context
Retrieve stored context content or a specific line range by providing the context name and optional start/end lines.
Instructions
Read a stored context's content or a line range.
Args:
name: Context name
start: Start line (1-indexed, 0 = from beginning)
end: End line (1-indexed, inclusive, 0 = to end)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| name | Yes | ||
| start | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |