brain_search
Search all brain data—lessons, context, session history, CKG nodes, roadmap items—with BM25+ full-text retrieval. Use when you need to find anything the brain knows about a topic.
Instructions
BM25+ full-text search over ALL brain data: lessons, context entries, session history, CKG nodes, roadmap items. Unlike smart_recall (which focuses on lessons + context), brain_search casts a wider net. Use when smart_recall returns nothing or when you want to find anything the brain knows about a topic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | Brain instance ID | |
| query | Yes | What to search for | |
| limit | No | Max results (default: 15) |