Recall
crbro_recallSearch full-text memory of earlier sessions to find facts and decisions the user already shared, before asking again or saving new data. Returns best-matching neuron with confidence label.
Instructions
Read-only search of everything saved in earlier sessions — the full text of facts, decisions, patterns, preferences, errors, debts and maps, not just topic names; to read one neuron by id or name use crbro_inspect view=neuron. One result per neuron: its best matching chunk with matched_kind and matched_added, a confidence label (weak = little of the question covered; verify first), plus also_matched. Retired facts and entries never surface. Call it before asking the user what they may already have told you, and before crbro_learn. If nothing matches, retry with 2-4 phrasings in queries or fewer, distinctive words. has_map:true: read the system map with crbro_map before touching that system.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max neurons returned (default 10). | |
| query | Yes | What to look for, e.g. "Firebase authentication setup". Fewer, distinctive terms beat full sentences. | |
| domain | No | Only neurons in this domain (exact match, e.g. "proyectos-web"). | |
| queries | No | Alternative phrasings of the same question, searched together with query and fused by rank. Use synonyms, the other language and the concrete product name; 2-4 is plenty. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hint | Yes | ||
| query | Yes | ||
| results | Yes | ||
| total_results | Yes |