Memory Think
memory_thinkSynthesized answer with citations and gap analysis (GBrain think parity).
Runs durable recall (default scope excludes working), then composes a
cited prose answer plus explicit gaps. For named-entity or competitor
questions, call memory_recall with a short keyword anchor first —
synthesis quality depends on retrieval. Prefer memory_think when
you need prose + gaps after recall surfaced hits, or for open strategic
questions. Default sources are current truth; pass
include_superseded=true to include retired facts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | Max source records to retrieve before synthesis | |
| repo | No | Workspace slug; boosts repo-scoped memories in retrieval | |
| query | Yes | Question to answer from team memory | |
| github | No | GitHub owner/repo; boosts github-tagged memories | |
| token_budget | No | Approx token budget for source packing | |
| include_superseded | No | When true, synthesize from current truth plus superseded/merged history. Default is current truth only. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||