memory_context
Retrieve a durable context snapshot with pinned entities, recent activity, and hint-matched data to support cross-session project recall.
Instructions
Lightweight context snapshot (~200-500 tokens) for scoped durable recall.
Returns: pinned entities, recent activity, hint-matched entities, and graph stats. Call when prior sessions, stable project facts, or cross-session continuity may matter. Skip for one-off answers or tasks already fully grounded in the current context. Pass hint='current topic' to get relevant entities surfaced. Pass project='name' to scope results to a specific project tag. Pass limit to control how many hint matches are included; prefer 3-5 unless deeper recall is justified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hint | No | ||
| project | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |