Ask the project brain a question (whole-brain, correction-aware answer)
brain_askAsk a natural-language question about a project and receive synthesis-ready context, including archived decisions and live corrections, for accurate, cited answers.
Instructions
Answer a natural-language question from the WHOLE project brain — "what did we decide about X?", "where did the auth work land?", "why did we drop Y?". Ranks every card lexically, blended with on-device semantic similarity ONLY when the optional local model is installed (a fresh install is lexical; it degrades cleanly). INCLUDES superseded/archived history (flagged, so you can see how a decision changed), and attaches each stale card's live CORRECTION so the answer reflects the current truth, not an outdated card. Returns a synthesis-ready context (full cards + provenance + lifecycle) for you to turn into a direct, cited answer — it does not itself write prose. Prefer this over search_canvases when the user asks a QUESTION (not a keyword lookup). Optional as_of (YYYY-MM-DD) answers "what was true then". Defaults to the project brain ("brain").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | Max cards to surface for synthesis (default 10, capped 20). | |
| as_of | No | Optional YYYY-MM-DD: answer as of that date (superseded cards count as live if they were current then). | |
| canvas | No | Brain canvas filename/path. Defaults to the project brain ("brain"). | |
| question | Yes | The natural-language question to answer from the brain. |