get_context
Generate a token-budgeted memory context block from past events, optionally biased toward a specific focus area, to avoid reading the full summary.
Instructions
Generate a token-budgeted memory context block.
Use when you don't want to read the full summary. ``focus`` (e.g.
'src/auth/') biases the context toward a specific area.
Read-only; assembles a freshly-budgeted context block from
events.jsonl.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| focus | No | Optional path prefix or keyword to bias selection toward (e.g., 'src/auth/'). When omitted, the context is project-wide. | |
| tokens | No | Approximate target token budget for the returned markdown (default 2000). Output may be slightly over or under as events are included as whole units. Recommended range: 500-8000. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |